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
I got this error after trying to use PiniaSharedState in my code. The pinia version I am using is 2.1.4. I believe this error is a circular dependency error. const pinia = createPinia() pinia.use(PiniaSharedState({enabled: false, initialized: false, type:'localstorage'})); app.use(pinia);
The text was updated successfully, but these errors were encountered:
I got this error after trying to use PiniaSharedState in my code. The pinia version I am using is 2.1.4. I believe this error is a circular dependency error.
const pinia = createPinia() pinia.use(PiniaSharedState({enabled: false, initialized: false, type:'localstorage'})); app.use(pinia);
The text was updated successfully, but these errors were encountered: