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
At least on the surface this is an easy fix with no downsides I can see that helps early adopters play with the new APIs without a bunch of wrapping, so I think we should add it in a v4 minor. I haven't investigated the exact places to add it yet though, but that shouldn't be that tricky.
@Suman085 we'd need to add "use client" at the top of all files that use either state, context or effects in order to have them opt out of being server components in next13.
the devtools would also naturally need "use client".
To be compatible with React Server Components
@Ephem we'd need to decide if this can go into v4 or if we also do this for v5
The text was updated successfully, but these errors were encountered: