Open
Description
Currently, Live Components support action batching only within a single component. However, there is no built-in support for batching actions across multiple component instances.
When actions are triggered on multiple components at the same time, a separate request is sent for each component. This feature would allow a single request to be sent even when multiple actions across multiple components are triggered.
Would it be possible to add support for this? Or do you have any advice on how I could achieve this behavior?
Thank you.