Hi @EranGrin
Is there a way to share a synced pinia store between different instances of the same component?
For example, if I have a with a store "buttonStore" and state "on" or "off"
When setting the state of one store I would like all of the instances to share the same state.
Thanks!