I am relatively new to Next.js. Trying out version 13.1
and the new app
directory.
Is it possible to do so? Without losing the new benefits of server controls?
I see the following error:
You're importing a component that needs useState. It only works in a Client Component but none of its parents are marked with "use client", so they're Server Components by default.