Replies: 1 comment
-
Wrap it in a transition: startTransition( () => {
getCalendarEvents(currentAgenda.id || "", eventRange?.start.toISOString(), eventRange?.end.toISOString())
}); You can const [isPending, startTransition] = useTransition(); |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
This has happened before, I gave up trying to solve it, and when I came back it wasn't happening anymore. But now it happened again and I can't solve it. The server action doesn't seem to be called, even with a console log on the client before calling it, it works.
It was working normally, I made a repetition error in rendering and the screen was freezing, when I resolved it it appeared.
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions