You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
afaik - render view!s with a Transition|Suspense as an ancestor that loads a Resource. I've only tried in a "real" app so far. I can try to get a small example to break later if needed.
Expected behavior
Expected to be able to mix text and elements without hydration errors.
Additional context
If it's needed, let me know, and I'll try to throw together a small sample project.
The text was updated successfully, but these errors were encountered:
Please include a minimal reproduction: i.e., a small, self-contained example that compiles as is, without requiring other code from your project, and reproduces the bug.
I was able to reproduce 3385 easily. But this one is proving more elusive - even though I had to scour my app at work for all such instances to get rid of hydration errors. Guess I'll try some more tomorrow.
Describe the bug
Hydration errors are being caused by elements containing a mix of text and other elements (perhaps only components? most testing may be needed).
Another example:
vs
Leptos Dependencies
To Reproduce
afaik - render
view!
s with aTransition|Suspense
as an ancestor that loads aResource
. I've only tried in a "real" app so far. I can try to get a small example to break later if needed.Expected behavior
Expected to be able to mix text and elements without hydration errors.
Additional context
If it's needed, let me know, and I'll try to throw together a small sample project.
The text was updated successfully, but these errors were encountered: