Skip to content

[DevTools Bug]: Version 5.2 shows incorrect source for all the components #29164

@mangonox

Description

@mangonox

Website or app

https://github.com/codedthemes/mantis-free-react-admin-template/

Repro steps

  1. npm install
  2. 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
image
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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions