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
I see this too. Just to add to the repro steps, in the basic template changing the Counter.css to a css module Counter.module.css will trigger the warning
I'm seeing this behavior now, on a new "bare" project scaffolded. Vinxi I have is 0.3.10
Looking at the SSR page source, it looks like the tags with the styles are not being send down from the server (and presumably injected after hydration, as with the original issue above).
Duplicates
Latest version
Current behavior 😯
When using CSS modules, so
The
TextField
styles chunk is not included in the initial HTML, it's loaded lazily after the component is rendered.See isolated example with text field:

I also see the warning form Seroval(?) when using CSS modules:
Expected behavior 🤔
CSS used for the elements on first render pass is included on the page (as inline styles or separate CSS file in prod env).
Steps to reproduce 🕹
Steps:
createAsync
usage is required to reproduce).Context 🔦
No response
Your environment 🌎
The text was updated successfully, but these errors were encountered: