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
The idea is that the serialized events of the browser that are used from the server actions have behaviors like those of the browser, so e.target.reset() can be executed from the server, the only difference is that instead of working immediately, the reset will be performed when the server action is finished, the response is processed and the RPC client receives the header.
The text was updated successfully, but these errors were encountered:
The idea is that the serialized events of the browser that are used from the server actions have behaviors like those of the browser, so
e.target.reset()
can be executed from the server, the only difference is that instead of working immediately, the reset will be performed when the server action is finished, the response is processed and the RPC client receives the header.The text was updated successfully, but these errors were encountered: