drborges / arbor-store

Seamless state management made with ❤️
https://github.com/drborges/arbor-store
8 stars 0 forks source link

When accessing falsy properties in target, undefined is returned #8

Closed drborges closed 6 years ago

drborges commented 6 years ago

const store = new Store({ active: false, })

store.state.active === undefined // => true