React only batches synchronous state changes, async changes run one after the other.
In React v18 the behavior will change.
React only batches synchronous state changes, async changes run one after the other.
In React v18 the behavior will change.