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
Sometimes named hooks inspection will seemingly fail the first time then work the second time. (e.g. using a DEV build of Facebook.com, the <CometTheme> component currently does this).
I think this might indicate a timeout during inspection? (So the retry is fast because everything is cached.)
The text was updated successfully, but these errors were encountered:
I think this was actually because the hooks objects get recreated between inspections. Switch to keying them by stable fileName+lineNumber+columnNumber string instead
Sometimes named hooks inspection will seemingly fail the first time then work the second time. (e.g. using a DEV build of Facebook.com, the
<CometTheme>
component currently does this).I think this might indicate a timeout during inspection? (So the retry is fast because everything is cached.)
The text was updated successfully, but these errors were encountered: