You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hooks like useEffect or useLayoutEffect will never have names, so if a the only hooks for a given source file are these "unnamed" built-in hooks, we should skip loading the source code.
The text was updated successfully, but these errors were encountered:
bvaughn
changed the title
DevTools: Skip loading and parsing source for unnamed built-in hooks
[DevTools]: Skip loading and parsing source for unnamed built-in hooks
Jul 8, 2021
bvaughn
changed the title
[DevTools]: Skip loading and parsing source for unnamed built-in hooks
[DevTools] Skip loading and parsing source for unnamed built-in hooks
Jul 8, 2021
Hooks like
useEffect
oruseLayoutEffect
will never have names, so if a the only hooks for a given source file are these "unnamed" built-in hooks, we should skip loading the source code.The text was updated successfully, but these errors were encountered: