bvaughn / react-devtools-experimental

Experimental rewrite of the React DevTools extension
https://react-devtools-experimental.now.sh
MIT License
965 stars 55 forks source link

State Not Visible in React 15.6.1 Application #313

Closed agreene-coursera closed 5 years ago

agreene-coursera commented 5 years ago

I was trying out the React 15 compatible release on our logged out homepage (https://coursera.org) and noticed that none of our components' state or legacy context was being displayed. The top SearchBar is a stateful class component with context that you can use to reproduce.

image

I also noticed a ~a dozen new errors in the console from what looks like a devtools file that may help with debugging.

Example Console Error: image

The besides this issue, the new devtools look great and I'm psyched to get to start using them 😄

bvaughn commented 5 years ago

Thanks for the report!

cc @gaearon

bvaughn commented 5 years ago

Thanks for the bug report @agreene-coursera! Just deployed a fix (hopefully) to DevTools. You can pull it in by re-installing.

agreene-coursera commented 5 years ago

Happy to help, the updated version works like a charm!