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
// session store with watchimportenginefrom'store/src/store-engine';importsessionStoragefrom'store/storages/sessionStorage';importcookieStoragefrom'store/storages/cookieStorage';importdefaultPluginfrom'store/plugins/defaults';importexpiredPluginfrom'store/plugins/expire';importeventsPluginfrom'store/plugins/events';conststorages=[sessionStorage,cookieStorage];constplugins=[defaultPlugin,expiredPlugin,eventsPlugin];constsessionStore=engine.createStore(storages,plugins);exportdefaultsessionStore;
it appears that there is no way to specify which store I want? the lib always grabs from ls. I need from SS
The text was updated successfully, but these errors were encountered: