dillon1000/react

Commit

[DevTools] Always skip 1 frame (#34167)

Follow up to #34093.

There's an issue where the skipFrames argument isn't part of the cache
key so the other parsers that expect skipping one frame might skip zero
and show the internal `fakeJSXDEV` callsite. Ideally we should include
the skipFrames as part of the cache key but we can also always just skip
one.
Browse files
Changed paths1 file
First-parent comparison
M packages/react-devtools-shared/src/backend/utils/parseStackTrace.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…