You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xcodebuild -version: Xcode 12.4, Build version 12D4e
Steps to Reproduce
Build and run RNTester on macOS
Navigate to either the MultiColumn or SectionList test pages
Expected Behavior
No new errors or warnings pop up
Actual Behavior
The following warning occurs:
VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.
Why is this important?
While not a showstopper in and of itself, it does prevent #816 from being able to fully bring in 646605b without causing Xcode unit tests to fail. This can interfere with our CI tests, so we should definitely fix this at some point.
The text was updated successfully, but these errors were encountered:
Environment
(Working out of the main branch)
node -v
: 10.19.0yarn --version
: 1.22.5xcodebuild -version
: Xcode 12.4, Build version 12D4eSteps to Reproduce
Expected Behavior
No new errors or warnings pop up
Actual Behavior
The following warning occurs:
VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.
Why is this important?
While not a showstopper in and of itself, it does prevent #816 from being able to fully bring in 646605b without causing Xcode unit tests to fail. This can interfere with our CI tests, so we should definitely fix this at some point.
The text was updated successfully, but these errors were encountered: