mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
aa7193720b
@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).