samiskin / redux-electron-store

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

Fix for breaking change electron v4 #58

Closed sneljo1 closed 5 years ago

sneljo1 commented 5 years ago

Electron v4 created a breaking change for this library. The .getId() method had been removed as this was a private undocumented method. We should get the id now via the property .id.

I hope you have time to merge this ASAP. Much appreciated. 👌

https://github.com/electron/electron/pull/13674

samiskin commented 5 years ago

Ah sorry for the delay, thanks!

samiskin commented 5 years ago

Change added in version 0.6.4 :+1: