-
Notifications
You must be signed in to change notification settings - Fork 57
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
Bug: After add 6th level of nesting the placeholder stops to be visible (iOS only) #1935
Comments
I have also noticed that in Column block feature (see column PR ) We hit this limit faster because |
After initial investigation I was suspecting the issue is related to our structure and nesting It was a blind shot since I replaced nested I went through the whole structure of nested Well, it made me realize there is some limitation of nested views in RN. I have found reported issue which looks similarly. What's more looks like there is even some regression in numbers of nested I have tested it on the fresh app with RN 0.61.5 with the following code which you can paste to
|
Describe the bug
Apps seems stops to render items properly when you nested too many levels of
Group
block.To Reproduce
Steps to reproduce the behaviour:
Group
BlockAppenderButton
and add anotherGroup
insideGroup
block inside until you see placeholder disappearsExpected behavior
You should be able to nest
Group
without described situation happens (see screenshots)Screenshots
Deep nested Group when placeholder disappears
GIF to preset crash on Simulator
XCode issue when run production app from Wordpress-iOS
Smartphone (please complete the following information):
Additional context
In demo App on Simulator after add 9th level app turns off and device go to home screen.
Discovered during regression testing for Release 1.23.0
Tested with build number: 22912. IPA is available here
The text was updated successfully, but these errors were encountered: