-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[React-native 0.56] [Toggle Inspector] renderer.getInspectorDataForViewTag is not a function #21065
Comments
It looks like you are using an older version of React Native. Please update to the latest release, v0.57 and verify if the issue still exists. The ":rewind:Old Version" label will be removed automatically once you edit your original post with the results of running |
Can confirm that upgrading to 0.57.0 of just the react-native package.json dependency did not fix the issue. |
I am closing this issue because it does not appear to have been verified on the latest release, and there has been no followup in a while. If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here. |
Found out the solution to this problem for us. We had a library, |
could you code here ? |
@CxxyLucifer |
3Q, nice |
I'll land the attached PR to fix this issue. |
Summary: Fix renderer.getInspectorDataForViewTag is not a function when try Toggle Inspector Fixes #21065 Release Notes: -------------- [BUGFIX] [MINOR] [/react-native/Libraries/Inspector/Inspector.js] Pull Request resolved: #21237 Differential Revision: D13838339 Pulled By: cpojer fbshipit-source-id: 363a4beba211e7868395578c7941cbda119bc753
…facebook#21237) Summary: Fix renderer.getInspectorDataForViewTag is not a function when try Toggle Inspector Fixes facebook#21065 Release Notes: -------------- [BUGFIX] [MINOR] [/react-native/Libraries/Inspector/Inspector.js] Pull Request resolved: facebook#21237 Differential Revision: D13838339 Pulled By: cpojer fbshipit-source-id: 363a4beba211e7868395578c7941cbda119bc753
Environment
Description
After upgrate RN to 0.56, I'm try Toggle Inspector but that below error occur when I click anywhere in screen
The text was updated successfully, but these errors were encountered: