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
Even without dynamic components, an async component fails to inherit a class from the two-level upper parent (check the difference between <child> and <async-child> classes).
Once made a fix PR can ensure these two issues are the same (root cause) but my guess is they are.
changed the title [-]SSR: missing class and style attributes with dynamic async components[/-][+]SSR: missing class and style attributes with async components[/+]on Jun 2, 2021
Activity
realityfilter commentedon Dec 21, 2020
The incorrect DOM looks like:
yshrsmz commentedon Mar 5, 2021
I'm having the same issue.
when manually bind
$attrs
like below, it seems to render attributes while SSR.but I can't render class and style for some reason
pi0 commentedon Mar 31, 2021
I've managed to create bare minimum reproduction: https://replit.com/@pi0/vuejsvue11837#index.js
Even without dynamic components, an async component fails to inherit a class from the two-level upper parent (check the difference between
<child>
and<async-child>
classes).Once made a fix PR can ensure these two issues are the same (root cause) but my guess is they are.
[-]SSR: missing class and style attributes with dynamic async components[/-][+]SSR: missing class and style attributes with async components[/+]