Bug: Playground clears portions of text when attempting to type #6336
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
bug
Something isn't working
package: website
Issues related to the @typescript-eslint website
website: playground
Before You File a Bug Report Please Confirm You Have Done The Following...
Relevant Package
website
Playground Link
https://typescript-eslint.io/play
Repro Code
ESLint Config
tsconfig
Expected Result
The playground editor should not delete or modify input.
Actual Result
The playground editor cannot be used for entering text.
Additional Info
Sorry to file this immediately after #6335 -- I'm not sure if it's related, or if the situation is simply much worse than I at first noticed. The playground seems pretty much unusable in this state -- I thought it would be an easy way to create a minimal repro for a rule false positive, but it's making things much more difficult.
Here's a video showing the issue. After a few moments the playground deletes the entire contents of the editor. On other attempts, different parts of the code were erased for me -- once I was left with just
{ }
, another time I hadtype =
...output.mp4
Versions
Chrome 108
The text was updated successfully, but these errors were encountered: