Reactime
Reactime copied to clipboard
Developer tool for time travel debugging and performance monitoring in React applications.
If I try to go back in time, the web page in questions goes blank (white) and I get errors like this: ``` Warning: Can't perform a React state update...
The latest tag in the repo is 7.0.0 (Oct 30, 2020) but the Chrome web store advertises 8.0.0 (Feb 6, 2021). Where did the published v8.0.0 come from? Please and...
https://github.com/open-source-labs/reactime/blob/37ae68c5615f44a977fb08137adedf709b472353/src/backend/helpers.ts#L107-L114 The above code breaks for the following case: ``` const [, setState] = useFoo(); ``` because `hook.id.elements[0]` is `null` with the above pattern match. `hook.name` will crash.
If I activate REACTIME at my nextjs Page, I got this and REACTIME doesn't work.  If I deactivate it, page work like expected like before.
Hi there I just installed the extension and I got this error when I open my React application in development mode.  More details: - Redux v4.0.5 - Redux-Saga v1.1.3...
The ComponentMap was causing this error: react-dom.development.js:88 Warning: Unsupported style property pointer-events. Did you mean pointerEvents? in div (created by Tooltip) in Tooltip (created by TooltipWithBounds) in TooltipWithBounds (created by...
In the ComponentMap view, the tooltip viewable after clicking on a component has a list of elements, but React requires that every element of a list has a `key` attribute...
A `z` attribute without a corresponding value triggers the following error: ``` Warning: Received `true` for a non-boolean attribute `z`. If you want to write it to the DOM, pass...
The `Select` dropdown in the Map view provides a list of nodes to select, but React requires that every element of a list has a `key` attribute to enable its...
The `` element under `` tries to nest `` and `` under ``, leading to errors such as: react-dom.development.js:88 Warning: validateDOMNesting(...): cannot appear as a descendant of . in pre...