-
Notifications
You must be signed in to change notification settings - Fork 466
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
TypeError: Cannot read property 'style' of undefined #311
Comments
same problem |
Same problem nearly a year later.
|
HTMLView.js:149 Uncaught TypeError: Cannot read properties of undefined (reading 'style') |
Issue still exists in web version |
for me the issue started when I upgraded the RN version, to solve it I just changed the value from ViewPropTypes.style to PropTypes.object in HTMLView file propTypes
|
JSX Code:
The following error has occurred.
The text was updated successfully, but these errors were encountered: