Is it possible that the updatedChildren on View/View.windows could be undefined? #12400
dzunisanindlhovu
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been getting a crash on RN70 where the
updatedChildren
would give me undefined when opening a custom view.I could only fix it by having a defined check on
updatedChildren
beforeupdatedChildred.length
Could the codebase benefit from having this defined check?
Beta Was this translation helpful? Give feedback.
All reactions