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
any call to console.error(...) that includes the reference trhow by a call to a server action (as caught by try/catch when using await or .catch(), disappears!
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
Uh oh!
There was an error while loading. Please reload this page.
-
any call to
console.error(...)
that includes the reference trhow by a call to a server action (as caught bytry/catch
when usingawait
or.catch()
, disappears!here's a working minimal test case started from the latest version https://github.com/gcb/react_test_case_useActionState/blob/main/app/server-action-client.tsx#L27-L31
(
myServerActionDenied()
will return a 403, and trigger thecatch(err)
)Beta Was this translation helpful? Give feedback.
All reactions