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

Bug: 4.8.0 released a ton of bugs - Component Tree broken #19357

Closed
VexyCats opened this issue Jul 15, 2020 · 5 comments
Closed

Bug: 4.8.0 released a ton of bugs - Component Tree broken #19357

VexyCats opened this issue Jul 15, 2020 · 5 comments
Labels
Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Bug

Comments

@VexyCats
Copy link

VexyCats commented Jul 15, 2020

  1. The components tab will be completely broken until restarting the chrome extension and closing and reopening the tab.

On page reload from code change ->
(broken)
image

After closing the tab and turning the extension on and off

(normal)

image

  1. Page doesn't update. If I'm on domain.com/PROFILE and then move to domain.com/HOME - the dev tools still shows the components tab for PROFILE and the data doesn't update.

  2. Suspense components break everything below them. If suspense is included in any component it seems to have trouble loading whats below those components randomly.

  3. Occasionally getting the error about cannot find node id# in console.

React version: 4.8.0

Steps To Reproduce

Not sure. My codebase has pretty much remained the same and this started happening with the newest updates to the dev tool.

Sometimes a reload works fine - sometimes when reloading the component tab doesn't work and shows the image above.

Link to code example:

Sorry production build. No code to link.

But I can't be the only one having this issue.

@VexyCats VexyCats added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Jul 15, 2020
@KyriacosP
Copy link

i'm encountering number 3, too! Suspense components only show the fallback component and not there actual children both on firefox and chrome

@gaearon
Copy link
Collaborator

gaearon commented Jul 15, 2020

There is a known issue with Suspense that we're looking into.

For any other issues, we need a reproducing example.

Thanks.

@bvaughn
Copy link
Contributor

bvaughn commented Jul 15, 2020

FYI #19368 will likely fix this.

@bvaughn
Copy link
Contributor

bvaughn commented Jul 15, 2020

Should be fixed by #19373

New release will go out shortly

@bvaughn bvaughn closed this as completed Jul 15, 2020
@bvaughn
Copy link
Contributor

bvaughn commented Jul 15, 2020

Version 4.8.2 has just been published to NPM and submitted to Chrome/Edge/Firefox stores with a fix for this issue.

Browsers sometimes take a few hours to approve a new extension version, but once the new version goes live this should be resolved. Sorry for the inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Bug
Projects
None yet
Development

No branches or pull requests

4 participants