We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typing in the console in firefox only works for about 30% of button presses.
https://stackblitz.com/edit/github-bmd2twki?file=.storybook%2Fpreview.tsx,src%2Fstories%2FPage.stories.tsx,package.json&preset=node
I opened the console to type npm i and it just wrote npi, trying to write anything about 50-70% of the letters get lost
npm i
npi
I expect typing in the console to work quite robustly, however it didn't (Eg I expected that pressing npm i would type npm i)
This is me trying to type "this is a test", the rest of the letters are missing
Browser name = Firefox Full version = 134.0 Major version = 134 navigator.appName = Netscape navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0 performance.memory = undefined Hash = 1b4252dd
Underlying platform is Windows with very fast 7950x3d cpu that might make any timing issue even worse
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Typing in the console in firefox only works for about 30% of button presses.
Link to the blitz that caused the error
https://stackblitz.com/edit/github-bmd2twki?file=.storybook%2Fpreview.tsx,src%2Fstories%2FPage.stories.tsx,package.json&preset=node
Steps to reproduce
I opened the console to type
npm i
and it just wrotenpi
, trying to write anything about 50-70% of the letters get lostExpected behavior
I expect typing in the console to work quite robustly, however it didn't (Eg I expected that pressing
npm i
would typenpm i
)Parity with Local
Screenshots
This is me trying to type "this is a test", the rest of the letters are missing
Platform
Additional context
Underlying platform is Windows with very fast 7950x3d cpu that might make any timing issue even worse
The text was updated successfully, but these errors were encountered: