v0.2.1
Show actions for nested classes / observables (#6)
Just set the global
parameter to true
in order to assign dispatching of all unhandled actions to this store. Useful for nested classes / observables or when having async actions without specifying the scope
explicitly. Like: remotedev(store, { global: true })
. Big thanks to @antitoxic for working on this!
If you want more details about the nested tree, see #5.