Closed cyclothunder closed 2 years ago
For now there's no such option natively in Triple (and thank you for pointing out, we are looking and discussing about it's implementation).
It's not advised, because it can lead to some issues, but you could use a ScopedBuilder inside another ScopedBuilder and it can work.
Hi, How can I use multiple store on a view?
For example:
Reading through documentation in Observers and Builders, those examples use only one store, like the ScopedBuilder for instance.