martonlanga
martonlanga
Having the same issues using Snowpack hot reload. Did you find a fix for this @jonathaneckman, @balintk? **Update**: disabled hot module replacement for that module, seems to have fixed it:...
@mikestopcontinues [You could try importing your module dynamically and disabling SSR](https://nextjs.org/docs/advanced-features/dynamic-import#with-no-ssr) ```js import dynamic from 'next/dynamic' const DynamicComponentWithNoSSR = dynamic( () => import('../components/hello3'), { ssr: false } ) ```
This could also be achieved by having a controlled Splitter and changing the tile sizes manually when the correct keyboard shortcut is pressed.
Having the same issues here. Have you found a way to solve it?
Any updates on this issue?
I'm working on [Termy](https://github.com/termyapp/termy). For now, it's still missing a lot of features, but it will have autosuggestions, a frontend for displaying rich content (HTML), structured data piping and many...