fahad19 / proppy

Functional props composition for UI components (React.js & Vue.js)
https://proppyjs.com
MIT License
940 stars 27 forks source link

Call mapState when parentProps are received #42

Closed dakota closed 5 years ago

dakota commented 5 years ago

Currently, if the parentProps change, the store mapState is not called. This changes that, however, I am not sure if this is the best way of doing this (Although it does seem to work).

fahad19 commented 5 years ago

💖