React-native-debugger: Cannot read property 'displayName' of null

Created on 15 Nov 2018  路  5Comments  路  Source: jhen0409/react-native-debugger

Since upgrade to RN 0.57.5 and the latest React, the following issue arose upon running React Native Debugger and starting the App:

ExceptionsManager.js:84 Warning: React DevTools encountered an error: TypeError: Cannot read property 'displayName' of null.

I believe it is linked to https://github.com/facebook/react-devtools/issues/1195 and https://github.com/facebook/react-devtools/issues/1168

React Native Debugger app version: 0.8.1
React Native version: 0.57.5
Platform: iOS AND Android
Is real device of platform: Simulator and Real device in debug mode
Operating System: macOS

bug upstream

Most helpful comment

I just upgraded to React Native v0.57.7 from 0.57.5 and the problem self resolved

All 5 comments

I'm encountering the same issue

As a heads up, I did a local build with the version of react devtools upgraded to 3.4.2 in line with part of the discussion in infacebook/react-devtools#1168 and it did not resolve the issue

Also as a heads up, This error only occurs with React Devtools toggled, so disabling that will still allow you to use the developer tools and Redux Devtools. I can also confirm upgrading react devtools does not solve this issue.

I don't fully understand where a fix has to be deployed, but is there anything we could do on our end?
Because that bug is currently blocking me (_and probably others_) using this very useful app.

I just upgraded to React Native v0.57.7 from 0.57.5 and the problem self resolved

Was this page helpful?
0 / 5 - 0 ratings

Related issues

danilobuerger picture danilobuerger  路  4Comments

idrakimuhamad picture idrakimuhamad  路  3Comments

buncis picture buncis  路  5Comments

MailosT picture MailosT  路  4Comments

Clete2 picture Clete2  路  5Comments