FormidableLabs / freactal

Clean and robust state management for React and React-like libs.
MIT License
1.65k stars 46 forks source link

effects can't access parent scope #110

Open bingomanatee opened 6 years ago

bingomanatee commented 6 years ago

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?