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
I had a runtime error in another PR I'm working on where one of the
imports was undefined. Accessing this `sig` property should inside the
`typeof` check. Also since its only really ever accessed ones (aside
from the assertion) I decided to just remove the extra variable.
0 commit comments