RootCauseunvalidated
the count value captured in handleClick could be outdated by the time your server action is done — multiple or rapid clicks. Tension: no optimistic update so u see that delay (lag) you said about. Outcome: the multiple or rapid clicks could actually cause the updates to be executed but out of order.
5ff9d1d7-64da-4d37-81bb-ce4dce331bdf
the count value captured in handleClick could be outdated by the time your server action is done — multiple or rapid clicks. Tension: no optimistic update so u see that delay (lag) you said about. Outcome: the multiple or rapid clicks could actually cause the updates to be executed but out of order.