The problem
styled-components recently added support for RSC using the React 19 style hoisting with precedence attribute.
https://styled-components.com/releases#styled-components@6.3.0
PR: https://github.com/styled-components/styled-components/pull/5620/changes
I remember the emotion team mentioning there was some performance issues with style hoisting. It could be that it's resolved now.
Proposed solution
Alternative solutions
Additional context
The problem
styled-components recently added support for RSC using the React 19 style hoisting with
precedenceattribute.https://styled-components.com/releases#styled-components@6.3.0
PR: https://github.com/styled-components/styled-components/pull/5620/changes
I remember the emotion team mentioning there was some performance issues with style hoisting. It could be that it's resolved now.
Proposed solution
Alternative solutions
Additional context