Open
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existing open or closed documentation requests that match my proposal.
- I have read the FAQ and my problem is not listed.
Suggested Changes
When trying to open the typescript-eslint playground:
- Directly through https://typescript-eslint.io/play: works fine ✅
- With some initial code contents: works fine ✅
- Through a rule docs page's "Try this rule in the playground": shows an error until code is edited and the page is refreshed ❌
Parsing error: Did not find a source file for /input.ts 1:1 - 1:2
Affected URL(s)
https://typescript-eslint.io/play
Additional Info
I believe this comes from #11198. It reproduces in that PR's preview deploy: https://deploy-preview-11198--typescript-eslint.netlify.app/play/#eslintrc=N4KABGBEBOCuA2BTAzpAXGUEKQAIBcBPABxQGNoBLY-AWhXkoDt8B6AQwBMArdsxFrQD2AN0TR4QrrWSUA5k3b5Y0FOijjoQ6JHBgAviH1A. So, my apologies @mdm317, I should have thought to test this - but didn't.
💖