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

Toggling suspense from within owner tree causes an error #302

Closed bvaughn closed 5 years ago

bvaughn commented 5 years ago

We either need to handle exiting the owners tree in this case or (probably preferably) just disable the toggle when inside of the owners tree mode.

bvaughn commented 5 years ago

Fixed via f6ec825