mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Merge pull request #396 from leptos-rs/hydration-fix-small-wasm
Fix hydration issue related to WASM size reduction
This commit is contained in:
commit
087eb18c8b
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ fn create_leptos_element(
|
||||||
#[cfg(debug_assertions)]
|
#[cfg(debug_assertions)]
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
el.node_name().to_ascii_uppercase(),
|
el.node_name().to_ascii_uppercase(),
|
||||||
stringify!([<$tag:upper>]),
|
tag,
|
||||||
"SSR and CSR elements have the same `TopoId` but different node \
|
"SSR and CSR elements have the same `TopoId` but different node \
|
||||||
kinds. This is either a discrepancy between SSR and CSR rendering
|
kinds. This is either a discrepancy between SSR and CSR rendering
|
||||||
logic, which is considered a bug, or it can also be a leptos \
|
logic, which is considered a bug, or it can also be a leptos \
|
||||||
|
|
Loading…
Reference in a new issue