useTransition
causes 2 re-renders.
https://github.com/facebook/react/issues/24269
I was facing the same problem, and in my case the issue was that I wasn't taking the first "urgent" re-render for switching isPending
to true
into account.
Here's a good article that explains this in details