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
This may be related to mobile browser issues, but I have about 7k bugsnag reports of this._inputRef.value is undefined and Cannot read properties of undefined (reading 'focus') which I was able to trace back to this line.
This may be related to mobile browser issues, but I have about 7k bugsnag reports of
this._inputRef.value is undefined
andCannot read properties of undefined (reading 'focus')
which I was able to trace back to this line.ninja-keys/src/ninja-header.ts
Line 124 in 52ccc0d
I'm not quite sure how this part works, but my guess is maybe a guard clause is needed to ensure
_inputRef
exists and is the correct type?The text was updated successfully, but these errors were encountered: