freactal
freactal copied to clipboard
effects can't access parent scope
As I have tested on https://github.com/bingomanatee/freactal-state-scope-test
if you nest states, the child effects cannot access the parent's state. they can access the parent effects, but not the state values themselves. Is this intentional?