in the source below
what about div instead of p ?
I've been caught several times putting div content in ItemDescription which triggers the good old textbookcase hydration error div inside p.
but it's not accurately pin pointed in devtools so it takes time to track if you forgot about it
view! {
<p
class=move || {
format!("singlestage-item-description {}", class.get().unwrap_or_default())
}
{..global_attrs_1}
{..global_attrs_2}
>
{children()}
</p>
}
in the source below
what about div instead of p ?
I've been caught several times putting div content in ItemDescription which triggers the good old textbookcase hydration error div inside p.
but it's not accurately pin pointed in devtools so it takes time to track if you forgot about it