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

[DevTools Bug]: No way to debug suspense events #31025

Open
Diggsey opened this issue Sep 23, 2024 · 0 comments
Open

[DevTools Bug]: No way to debug suspense events #31025

Diggsey opened this issue Sep 23, 2024 · 0 comments
Labels
Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Bug

Comments

@Diggsey
Copy link

Diggsey commented Sep 23, 2024

Website or app

n/a

Repro steps

The react dev-tools have not been updated with support for debugging suspense issues.

For examples:

  • In the profiler, you can see that a suspense even happened and caused a re-render, but you cannot see which component actually caused the suspense (ie. called use or similar) to trigger.
  • There doesn't appear to be any kind of logging that can be turned on of suspense events (which would tell you which component suspended)

How often does this bug happen?

Every time

DevTools package (automated)

No response

DevTools version (automated)

No response

Error message (automated)

No response

Error call stack (automated)

No response

Error component stack (automated)

No response

GitHub query string (automated)

No response

@Diggsey Diggsey added Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Bug labels Sep 23, 2024
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

1 participant