samiskin / redux-electron-store

⎋ A redux store enhancer that allows automatic synchronization between electron processes
MIT License
375 stars 32 forks source link

Make post-dispatch happen after dispatch #36

Closed CharlieHess closed 7 years ago

CharlieHess commented 7 years ago

When the order of operations for subscribe listeners changed, postDispatchCallback wasn't changed with it. This meant that components that depended on it would update themselves with stale data.

samiskin commented 7 years ago

If it all works on Slack, looks good to me :+1: