Skip to content

[DevTools] Always skip 1 frame - #34167

Merged
sebmarkbage merged 1 commit into
react:mainfrom
sebmarkbage:skipframes
Aug 11, 2025
Merged

[DevTools] Always skip 1 frame#34167
sebmarkbage merged 1 commit into
react:mainfrom
sebmarkbage:skipframes

Conversation

@sebmarkbage

Copy link
Copy Markdown
Contributor

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.

@github-actionsgithub-actionsBot added the React Core Team Opened by a member of the React Core Team label Aug 11, 2025
@sebmarkbage
sebmarkbage merged commit 594fb5e into react:mainAug 11, 2025
246 of 247 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedReact Core TeamOpened by a member of the React Core Team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@sebmarkbage