Results 39 comments of Andrei

I just have one question :) Is the Sentry development team looking into the issue already? or is this issue only in the backlog?

@yordis Yes, I read your thread. Cool! I'm more to the fact that the issue was opened in 2021. But I didn't see any response/reaction from the Sentry developers [¯\_(ツ)_/¯]

``` import * as svgList from './svg/*' export default svgList ``` same problem ``` This relative module was not found: * ./svg/* in ./static/svgs.js```

@JoNilsson , sorry. I didn't remember...

Hi there. I resolved the problem. Need downgrade [email protected] to [email protected] (for [email protected]).

Temporrary, I always remove from localstorage when user is open new tab ```javascript window.localStorage.removeItem('vuex-multi-tab'); ``` Each tab register two modules (vuex-multi-tab-state, vuex-persistedstate) And it is works. (First tab work with...

Yes. Need research first initialization. How I see: If I inited plugin with argument: `{autoClearCache: true}` then: 1. Open new tab 2. Remove cache from localstorage 3. Init vuex 4....

hi @enjoyneering can you check and approve?