-
Notifications
You must be signed in to change notification settings - Fork 49.4k
Open
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
https://github.com/codedthemes/mantis-free-react-admin-template/
Repro steps
- npm install
- npm run start
Point to any component in the page (for example the text "Hi, Welcome back 👋") , you will see the the source is wrong
it points to the build tool output chunk file and not to the source of the file in the project.
This is how it displays it now
This should point to the source in the project, the fileName
should point to the file inside the src
directory, as pointing to the output chunk is pointless for debug reasons.
Thank you
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