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'm not able to reproduce the error consistently. Looking at the code, I'm wondering whether it's possible for event.key to be undefined when event is a keydown or keyup event.
It'd be nice to resolve this error, but I don't think that it's user-facing. Even after seeing the error in the browser console, I'm able to press W+F to toggle Web Form buttons in Frontend.
The text was updated successfully, but these errors were encountered:
Sometimes, but not always, I see an error like this when I open the browser console:
The line that's flagged is:
central-frontend/src/composables/feature-flags.js
Line 27 in acd5cf6
I'm not able to reproduce the error consistently. Looking at the code, I'm wondering whether it's possible for
event.key
to beundefined
whenevent
is akeydown
orkeyup
event.It'd be nice to resolve this error, but I don't think that it's user-facing. Even after seeing the error in the browser console, I'm able to press W+F to toggle Web Form buttons in Frontend.
The text was updated successfully, but these errors were encountered: