thetarnav
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
Like even if the preset was outputting another, a hydratable entry
How would you use it
export conditions by default only cover server/browser
not ssr/no-ssr
Unless I’m missing something
32 replies
Uncaught Error: Failed attempt to create new DOM elements during hydration. Check that the libraries
I’m a bit skeptical about it.
The whole point of shipping jsx was that the user would handle how it is compiled.
Now you want to change how the buildless output works? Are you using it in a buildless setup?
Since the precompiled jsx is for a SPA use, the only one you can get with buildless I think, it doesn’t need hydration.
I know there is also an ssr jsx output, but that was just to make the server entries be usable in node.
32 replies