JLarky
JLarky
Explore posts from servers
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
okay, I pushed new PR 🙂
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
Do you want me to work on a PR that could be implementing that?
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
Regardless if it's a default or not there should be an option to set that value 🙂
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
Right, I feel like hydratable should be a default, but I can see that this could be not backwards compatible
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
but if it tries to be opinionated I think it makes sense to have the option of hydratable JSX like there's an option for dev_entry
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught 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
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
if it did the way I would like to see it work is something like one entry point for hydratable code, one entry point for SPA
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
my problem right now is that solid preset doesn't have a way to set that flag
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
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
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
I'm trying to use it from Remix app
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
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
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
thanks!
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
@davedbase do you know who would be a good person to look at this? 🙂
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
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
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
thanks! that's should be there for client build, right?
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
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
SSolidJS
Created by JLarky on 10/25/2024 in #support
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 it
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
32 replies
SSolidJS
Created by JLarky on 10/25/2024 in #support
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
the whole error message didn't fit in the title 🙂
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries you are using support hydration.
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries you are using support hydration.
32 replies
SSolidJS
Created by iNdra on 4/6/2024 in #support
How SolidStart SSR (& hydration) work?
I have plans to play with Solid once my RSC stuff is done, I still not 100% how that could look for solid 🙂 but I'm not really interested in Rust, it's probably going to be Go, OCaml or Gleam
27 replies