Reactime icon indicating copy to clipboard operation
Reactime copied to clipboard

TypeError: Cannot read property 'length' of undefined

Open maxbarry opened this issue 4 years ago • 2 comments

Reactime works for some of my React projects but one errors out upon startup:

Screenshot from 2021-02-25 20-02-29

...which is this:

Screenshot from 2021-02-25 20-02-11

This is with: ├─ [email protected] └─ [email protected]

The projects that do work are older versions using React 16.13.1 and without Recoil.

maxbarry avatar Feb 25 '21 09:02 maxbarry

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.

aspiers avatar Dec 11 '21 21:12 aspiers

Taskkill

Jennamaree avatar May 07 '22 23:05 Jennamaree