http://nv.github.io/webkit-inspector-bugs/babel/index.html Each JSX resource processed by Babel appears 3 times in the sources tree outline. 1st: appears correctly but can't set breakpoints. 2nd: "An error occurred trying to load the resources. 3rd: correct and breakpoints work. Notes: Babel is defacto standard for JSX, which is used by React and it's derivatives (e.g. Preact). I imagine this issue affects many thousands of web developers.
Created attachment 401674 [details] [Video] Bug
<rdar://problem/64266228>
Created attachment 401675 [details] [Image] Works as expected in Firefox DevTools ...and Chrome DevTools.
Created attachment 424791 [details] [Image] Bug Now it appears only two times, not three. Progress! I'm not sure what changed.