SpencerDuball / spencerduball.com

My personal website: blog, projects, social links, etc.
https://spencerduball.com
MIT License
1 stars 0 forks source link

Add `ssr` support for Sandpack editor #1

Closed SpencerDuball closed 1 year ago

SpencerDuball commented 1 year ago

Currently there are not styles for sandpack on SSR, there looks to be an issue with Remix hydrating when using dangerouslySetInnerHTML: https://github.com/remix-run/remix/issues/2002

Need to revisit this so there is no style flash when viewing the editor on first load.

SpencerDuball commented 1 year ago

Moved to @uiw/react-codemirror as it uses a more recent version of codemirror.