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
We have code that (minimized for repro) looks like:
awaitfireEvent.keyDown(thing);
That produces an error: Prefer using or userEvent.tab() over fireEvent.keyDown(). Seems like the first alternative suggestion is missing (note the double-space).