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
server actions in Next.js are by nature async but useActionState does not permit it tho, you have to wrap it into a useTransition thats like "you need a another tool for that TOOL to work".
The text was updated successfully, but these errors were encountered:
server actions in Next.js are by nature async but useActionState does not permit it tho, you have to wrap it into a useTransition thats like "you need a another tool for that TOOL to work".
The text was updated successfully, but these errors were encountered: