Skip to content
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

Cannot convert undefined or null to object. #2

Open
sptaszek92 opened this issue Aug 16, 2019 · 4 comments
Open

Cannot convert undefined or null to object. #2

sptaszek92 opened this issue Aug 16, 2019 · 4 comments

Comments

@sptaszek92
Copy link

After the React Dev Tools update, all production environments crashes with error:

 Cannot convert undefined or null to object
@VdustR
Copy link

VdustR commented Aug 16, 2019

@sptaszek92 Use @fvilers/disable-react-devtools instead

@michalpokojski
Copy link

Removing package helps :)

@VdustR
Copy link

VdustR commented Aug 19, 2019

@michalpokojski funny

@VdustR
Copy link

VdustR commented Aug 19, 2019

This issue occurs because the property _renderers not exists any more.
@fvilers/disable-react-devtools replace all properties and methods to prevent the plugin registration process. It can disable the react dev tools v4 successfully and the react app still works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants