bvaughn/react-devtools-experimental

Error: "Could not find node with id "9193" in commit tree"

brunolemos opened this issue · 5 comments

Was playing with the new profiler on this project and got this crash. It only happened once though so it's fine.

image


Please do not remove the text below this line

DevTools version: 4.0.0-abc8ef3

Call stack: at chrome-extension://jmefndhcciobpfkcaeabfhkapkgbjdpm/build/main.js:11:8479
at Map.forEach ()
at chrome-extension://jmefndhcciobpfkcaeabfhkapkgbjdpm/build/main.js:11:8429
at y.getRankedChartData (chrome-extension://jmefndhcciobpfkcaeabfhkapkgbjdpm/build/main.js:11:8915)
at Na (chrome-extension://jmefndhcciobpfkcaeabfhkapkgbjdpm/build/main.js:56:248933)
at _a (chrome-extension://jmefndhcciobpfkcaeabfhkapkgbjdpm/build/main.js:43:54032)
at El (chrome-extension://jmefndhcciobpfkcaeabfhkapkgbjdpm/build/main.js:43:92125)
at ml (chrome-extension://jmefndhcciobpfkcaeabfhkapkgbjdpm/build/main.js:43:80068)
at fl (chrome-extension://jmefndhcciobpfkcaeabfhkapkgbjdpm/build/main.js:43:77229)
at ro (chrome-extension://jmefndhcciobpfkcaeabfhkapkgbjdpm/build/main.js:43:41211)

Component stack: in Na
in div
in div
in div
in mr
in Unknown
in jo
in Unknown
in div
in div
in Go
in q
in ne
in mo
in Hi

Hm, so this happened after profiling? Can you give me any more info? (Any chance I could try profiling the same code to repro?)

Also, which specific version of DevTools are you using? (You can find this in chrome:extensions)

Screen Shot 2019-06-27 at 11 34 00 AM

I downloaded it today:

image

Yeah I was profiling, checking the flamegraph. I think I tried clicking on one of the flame rows and it crashed.

It's this branch (devhubapp/devhub#152) but unlikely that we'll easily be able to reproduce. Just wanted to report though.

Hmm. Let me know if you see it again I guess, and have more info on how to reproduce it. I've done a lot of profiling and I haven't seen any errors recently (so I'm not confident in my ability to reproduce the problem based on the info in this task). I do appreciate the heads up though.

This repository is being merged into the main React repo (github.com/facebook/react). As part of this, I am moving all issues to that repository as well and closing them here.

This issue has been merged into:
facebook/react#16446