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

Duplicate Suspense node #197

Closed
gaearon opened this issue Apr 20, 2019 · 1 comment · Fixed by #199
Closed

Duplicate Suspense node #197

gaearon opened this issue Apr 20, 2019 · 1 comment · Fixed by #199
Assignees
Labels
😭 bug Something isn't working

Comments

@gaearon
Copy link
Collaborator

gaearon commented Apr 20, 2019

I'm seeing a node like this on a large tree:

Screen Shot 2019-04-20 at 2 54 55 AM

The first one of them is broken. (E.g. getCurrentFiber says it's unmounted.)

I couldn't reduce yet.

@gaearon gaearon added the 😭 bug Something isn't working label Apr 20, 2019
@gaearon gaearon self-assigned this Apr 20, 2019
@gaearon
Copy link
Collaborator Author

gaearon commented Apr 20, 2019

Ooh I think this is because it's a dehydrated Suspense node. They're special and our algorithm probably doesn't handle them yet. 😄😠😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😭 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant