You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot import a flowbite-react component in a Nextjs Server Component. There I should use the 'use client' statement. Then my Server Component is a client component.
I think the better way is to set the 'use client' statement in the component itself.
Or is there a workarround ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I cannot import a flowbite-react component in a Nextjs Server Component. There I should use the 'use client' statement. Then my Server Component is a client component.
I think the better way is to set the 'use client' statement in the component itself.
Or is there a workarround ?
Beta Was this translation helpful? Give feedback.
All reactions