RetailMeNotSandbox / redux-mount-store

Redux store enhancer that makes it possible to mount sub-stores
MIT License
2 stars 3 forks source link

Fix #14 #15

Closed lzilioli closed 8 years ago

lzilioli commented 8 years ago

Switch mounts bookkeeping from Map to POJO

lzilioli commented 8 years ago

cc/ @lawnsea

cappslock commented 8 years ago

Overall, I think this is the right call, since we don't really use Map for any compelling reason.

lawnsea commented 8 years ago

Yep. I'm happy to land this with the changes @slimelabs suggested.

lzilioli commented 8 years ago

@lawnsea @cappslock I just pushed a commit to address this feedback. Can y'all re-review and land if everything looks good?