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
Styles imported by components loaded using lazy should also be server side rendered.
Actual Behavior
If components are loaded using lazy, they're correctly server side rendered, but their styles are only rendered on the client if JavaScript is enabled.
The text was updated successfully, but these errors were encountered:
Reproduction
/one
/two
(ie. blue background)/components/RoutePage.tsx
System Info
Used Package Manager
npm
Expected Behavior
Styles imported by components loaded using
lazy
should also be server side rendered.Actual Behavior
If components are loaded using
lazy
, they're correctly server side rendered, but their styles are only rendered on the client if JavaScript is enabled.The text was updated successfully, but these errors were encountered: