Command for bulk updates to match results.
Applies an array of match results as a single atomic operation.
Useful for batch operations where the entire state is replaced at once.
This avoids triggering multiple re-renders by using a single updateMatchResults call.
Command for bulk updates to match results. Applies an array of match results as a single atomic operation. Useful for batch operations where the entire state is replaced at once. This avoids triggering multiple re-renders by using a single updateMatchResults call.
Source