Replies: 1 comment
-
This should be solved by using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently const { execute, result, status } = useAction(server_action);
is working great. Is it possible to use integrate it with Suspense ?
If we wrap the component inside suspense, it loads the loading.tsx but, immediately it vanishes. The status gives the status accurately.
if the sever action gives an error, status and result shows the error but not moved to Errorboundary.
Beta Was this translation helpful? Give feedback.
All reactions