Replies: 1 comment
-
Please see #5826 for more details. The change should improve your bundle size. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
calling all nextjs users 🤓
Before the latest update, I could directly use imported components in my server files. So things like Text, Heading that I wouldnt bother creating a "use client" wrapper for would just work when imported to a server file
Now I need to wrap every component in a use client file? seems a bit cumbersome and a step in the wrong direction.
Could someone shed some light on this decision? I love this library and Im sure the team has good reason for this change ❤️
eg:
meets this error:
Beta Was this translation helpful? Give feedback.
All reactions