Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork97
feat: SupportdangerouslySetInnerHTML on Fragments#418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
For a project that's using SSR + hydration, I'd love for this to work the same during both static rendering and on the client! |
It should "hydrate" just fine as-is, by virtue of not actually having anything to hydrate; there's no hydrating non-Preact components and we don't wipe out the DOM on mismatches. Hydrating |
Might/probably will need work in core as well (though arguably this is more useful on the server? not sure), definitely could do with some more tests yet.