Skip to content

Conversation

josephsavona
Copy link
Member

@eps1lon flagged this case. Inlined useCallback has an extra LoadLocal indirection which caused us not to add a name. While I was there I added some extra checks to make sure we don't generate names for a given node twice (just in case).

@eps1lon flagged this case. Inlined useCallback has an extra LoadLocal indirection which caused us not to add a name. While I was there I added some extra checks to make sure we don't generate names for a given node twice (just in case).
@meta-cla meta-cla bot added the CLA Signed label Sep 24, 2025
@github-actions github-actions bot added the React Core Team Opened by a member of the React Core Team label Sep 24, 2025
Comment on lines +266 to +267
function _ComponentCallback() {
return "ok";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@josephsavona josephsavona merged commit 2c6d92f into main Sep 24, 2025
27 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 24, 2025
@eps1lon flagged this case. Inlined useCallback has an extra LoadLocal
indirection which caused us not to add a name. While I was there I added
some extra checks to make sure we don't generate names for a given node
twice (just in case).

DiffTrain build for [2c6d92f](2c6d92f)
github-actions bot pushed a commit that referenced this pull request Sep 24, 2025
@eps1lon flagged this case. Inlined useCallback has an extra LoadLocal
indirection which caused us not to add a name. While I was there I added
some extra checks to make sure we don't generate names for a given node
twice (just in case).

DiffTrain build for [2c6d92f](2c6d92f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants