preactjs / preact-www

:book: Preact documentation website.
https://preactjs.com
MIT License
358 stars 500 forks source link

fix: 'Run in REPL' button #1092

Closed rschristian closed 7 months ago

rschristian commented 7 months ago

Closes #1079, upon clicking any 'Run in REPL' button, the REPL would open, but the code snippet would not be carried over. User would instead see a default or what they had open previously.

Missed in the iso migration, query params aren't passed as bare props (as they are in preact-router).