samiskin / redux-electron-store

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

Fix InitialState bug. #51

Closed initFabian closed 6 years ago

initFabian commented 6 years ago

This commit fixes the issue where electronEnhancer returns the preloadedState of an application instead of the provided initial state.

Please refer to #50 for more information.

samiskin commented 6 years ago

Makes sense to me. Just to double check: did you test this change with the issue in #50 and it fixed the issue?

initFabian commented 6 years ago

@samiskin that is correct. It did fix the issue.