We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I know this is very similar to Console thrown a lot of errors when I use React Inspector on Android but my react-devtools-core version is 3.6.0
react-devtools-core
The error happens exactly the same way as show in this issue #84 (comment) I try to inspect elements and errors are thrown.
React Native Debugger app version: 0.9.10 React Native version: 0.55.3 Platform: iOS Is real device of platform: No Operating System: macOS
The text was updated successfully, but these errors were encountered:
Figured out the problem. It's this styling,
container: { height: 60, paddingLeft: '5%', paddingTop: 10, paddingRight: '5%', paddingBottom: 10, flex: 1, justifyContent: 'center' }
Commenting out paddingLeft: '5%', and paddingRight: '5%', does not cause any errors.
paddingLeft: '5%',
paddingRight: '5%',
Sorry, something went wrong.
It should be report into facebook/react-devtools.
facebook/react-devtools
Also, It may have been fixed in #371, if you are interested in, you can follow #371 (comment) to try.
No branches or pull requests
I know this is very similar to Console thrown a lot of errors when I use React Inspector on Android but my
react-devtools-core
version is 3.6.0The error happens exactly the same way as show in this issue #84 (comment)
I try to inspect elements and errors are thrown.
React Native Debugger app version: 0.9.10
React Native version: 0.55.3
Platform: iOS
Is real device of platform: No
Operating System: macOS
The text was updated successfully, but these errors were encountered: