NextJS wants me use 'use client' on its complied files?
I can't understand what is this even about let alone fix it. Help please
Solution:Jump to solution
Wrap the component in another component and put „use client” on top.
Seems like the creators of some package you are using didn’t use „use client” on top, it’s pretty common...
1 Reply
Solution
Wrap the component in another component and put „use client” on top.
Seems like the creators of some package you are using didn’t use „use client” on top, it’s pretty common