facebook / react

The library for web and native user interfaces.
https://react.dev
MIT License
229.17k stars 46.9k forks source link

[DevTools Bug]: stuck at loading react element tree #31135

Closed Arichy closed 1 month ago

Arichy commented 1 month ago

Website or app

N/A

Repro steps

  1. It's my local react app.
  2. added <script src="http://localhost:8097"></script> at the beginning of head tag in index.html
  3. run react-devtools in terminal
image

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

hoxyq commented 1 month ago

Thanks for reporting this. This has been fixed in https://github.com/facebook/react/pull/31102 and will be out with 6.0.1 soon