You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will most likely still work on Electron 9 and up, but I'm not interested in providing support for versions older than Electron 11.
Make the clearInvalidConfig option false by default 76efa82
Fix compatibility with Electron 12 (and remove use of electron.remote) (#157) 191ae04
If you create a store that is imported into both the main and renderer process, you don't have to do anything. If you only create a store in the renderer process, you need to manually call Store.initRenderer() in the main process.
Update ajv to version 7. This might affect you if you're using the schema option.