Reactime
Reactime copied to clipboard
TypeError: Cannot read property 'length' of undefined
Reactime works for some of my React projects but one errors out upon startup:

...which is this:

This is with: ├─ [email protected] └─ [email protected]
The projects that do work are older versions using React 16.13.1 and without Recoil.
If you follow the instructions in #255 then you can get the same error with non-minified version of this source, and even set breakpoints to find out why A.stateNode.classList is undefined.
Taskkill