-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collection Name not supported by VirtualizedList #30970
Labels
Accessibility
Component: VirtualizedList
Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
Platform: Android
Android applications.
Comments
amarlette
added
Platform: Android
Android applications.
Component: VirtualizedList
Accessibility
Needs: Triage 🔍
labels
Feb 10, 2021
4 tasks
amarlette
added
the
Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
label
Mar 5, 2021
Hey! @amarlette can i have a look at this issue? |
This was fixed in #31630 and verified here #30972 (comment) |
javache
added a commit
to javache/react-native
that referenced
this issue
Sep 16, 2024
Summary: ## Summary When a view config can not be found, it currently errors with `TypeError: Cannot read property 'bubblingEventTypes' of null`. Instead invariant at the correct location and prevent further processing of the null viewConfig to improve the error logged. ## How did you test this change? Build and run RN playground app referencing an invalid native view through `requireNativeComponent`. Changelog: [General][Fixed] Improved error message when no view config is found. DiffTrain build for commit facebook/react@26855e4. Differential Revision: D62760863 Pulled By: javache
facebook-github-bot
pushed a commit
that referenced
this issue
Sep 17, 2024
Summary: Pull Request resolved: #46518 ## Summary When a view config can not be found, it currently errors with `TypeError: Cannot read property 'bubblingEventTypes' of null`. Instead invariant at the correct location and prevent further processing of the null viewConfig to improve the error logged. ## How did you test this change? Build and run RN playground app referencing an invalid native view through `requireNativeComponent`. Changelog: [General][Fixed] Improved error message when no view config is found. DiffTrain build for commit facebook/react@26855e4. Test Plan: Sandcastle tests Reviewed By: jackpope Differential Revision: D62760863 Pulled By: javache fbshipit-source-id: c71dacc48fe8795b28840cfb3f53c1f9fc664a16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Accessibility
Component: VirtualizedList
Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
Platform: Android
Android applications.
Description
Collection Name not supported by VirtualizedList. No components can be set as any collection role. With support for "List" or "Grid" roles would these would likely work as expected.
This issue is covered in-depth by parent issue #30972, please check there for more details.
React Native version:
v0.63
The text was updated successfully, but these errors were encountered: