JLarky
Explore posts from serversUncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
there's of course a bigger issue is that preset doesn't allow you to configure any of the solid options at all 🙂 if it did I would have just used that
32 replies
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
the way solid works you kind of have to care about all of those options and you have to have all of those flags on and off depending on how you use it
32 replies
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
I'm reading this as "if you want your solid library code to work with SSR you have to use solid in the app", but that's not what I'm trying to do here
32 replies
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
thank you so much! I added hydratable and it works now! here's the PR https://github.com/solidjs-community/tsup-preset-solid/pull/11
32 replies
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
it looks like that check was added in 0.37.1 version of dom-expressions (https://github.com/ryansolid/dom-expressions/commit/bc52a382e8a20dcd39a697f0fe4776633f6b2700)
32 replies
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
played with that a bit more from Astro. If I have solid plugin configured for Astro I can just use
.jsx
version of the component and everything works. If I force it to use .js
then I see the same error. I guess that means that package didn't compile solid to plain javascript enough 😄 it still requires some pre-processing of the file before I can use it32 replies
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
32 replies