dankoster / figment

A Chromium browser plugin to inspect rendered React components and find the associated code!
0 stars 0 forks source link

Incorrect line numbers in some projects #4

Open dankoster opened 3 weeks ago

dankoster commented 3 weeks ago

In some projects React reports incorrect source file line numbers.

https://github.com/dankoster/figment/assets/9935523/9784ff8c-c78e-4fc3-bd88-9bcb37cf51b2

dankoster commented 1 week ago

Further research into the react devtools source revealed that reporting of this debug info is currently in flux with the reporing mechanism being worked on to eventually support any code where source maps are available (including prod!) using the stack trace provided by a thrown exception.

https://github.com/facebook/react/pull/28265 https://github.com/facebook/react/pull/28351 https://github.com/facebook/react/issues/29164