The style is broken when I use the "use client" function and try to import CSS into my client components. #51451
Replies: 3 comments
-
|
Interesting I have a similar error where when I use "use client" my CSS breaks. The only difference is that I am not importing an external CSS file. I am using tailwind to style my component. If you ever find a fix or the cause of the problem please let me know. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have the same issue. Any reason why this is closed? or any solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Same issue here! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I would like some help. I am trying to create some swiper components using SwiperJS. However, when I attempt to implement swiper on my client component using "use client," the style for the entire page breaks. Here is my code. I would appreciate it if you could assist me :
i use some style too on globals.css :
tsconfig :
Beta Was this translation helpful? Give feedback.
All reactions