-
Notifications
You must be signed in to change notification settings - Fork 49.2k
Closed
Labels
Component: Developer ToolsStatus: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bugType: Bug
Description
Website or app
A basic Create React App project with React DevTools connected via script tag.
Repro steps
- Install React DevTools globally:
npm install -g react-devtools
oryarn global add react-devtools
- Create a new React app:
npx create-react-app my-app
- Navigate to the project directory:
cd my-app
- Open
public/index.html
and add the following script tag at the beginning of head tag:<script src="http://localhost:8097"></script>
- Start the development server:
npm start
oryarn start
- In a separate terminal, start React DevTools:
react-devtools
- Open the app in a browser and check the console for any connection errors
This bug happens consistently when following the repro steps above. It occurs with the recently released React DevTools version 6.0.0, while it worked correctly in the previous version.
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
Metadata
Metadata
Assignees
Labels
Component: Developer ToolsStatus: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bugType: Bug