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
We'll have to stop appending the css inlined to components and instead extract some sort of css-stats.json file that has css related to a file.
Then we can have some function like collectCSS (similar to stitches, styled-components, and any other css-in-js library) and then generate a css file based on that.
Describe the bug
While using a component, if you reuse the component multiple times, it is currently adding inlined CSS of that component multiple times as well
To Reproduce
Expected behavior
Screenshots
Specs:
Additional context
The text was updated successfully, but these errors were encountered: