css
props are not applied within the server component.
#4277
Replies: 1 comment
-
move to issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Description
I'm developing a design system package (this is a react client component package) that uses styled-components internally.
For example,
and use like this
I confirmed that
css prop
is not applied when the component of my package (client component) is imported and used within the server component.next.config.js
settings for using styled-component have been applied to the project using the package.I wonder if this was intentional.
Is css-prop not applicable within the server component?
Beta Was this translation helpful? Give feedback.
All reactions