setstateReactSetstateMediumHow does React handle multiple setState calls in the same event?1It batches them together for performance2It re-renders once per call synchronously3It ignores all but the last call4It throws an errorBack to list