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
{{ message }}
This repository was archived by the owner on Apr 24, 2021. It is now read-only.
It seems like if I have a callback in my react component, I can reference undefined variables without the extension seeing a problem and it even has a type:
This react component is inline in a call to a arity1 function showModal(. <Component ... />) which might be relevant.
If I do the same in a more normal spot, at the bottom of my functional component, I get a similar behavior but with this type instead: