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
<Inner> is rendered before<Outer>, instead of being passed as a slot. This only happens when <Inner> has its own child when used inside <Outer> (i.e., just <Outer><Inner/></Outer> doesn't seem to experience this). Only an issue with SSR so far as I can tell.
The text was updated successfully, but these errors were encountered:
Conduitry
changed the title
SSR bur with nested components
SSR bug with nested components
Aug 30, 2017
Looks like this arose with the
<slot>
changes. Compilingin SSR mode produces
click to expand
<Inner>
is rendered before<Outer>
, instead of being passed as a slot. This only happens when<Inner>
has its own child when used inside<Outer>
(i.e., just<Outer><Inner/></Outer>
doesn't seem to experience this). Only an issue with SSR so far as I can tell.The text was updated successfully, but these errors were encountered: