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
Hello all,
I am developing a vue app using this plugin.
But store is not loaded to client side app, so I get "TypeError: Cannot read property 'state name' of undefined" when I use mapState of Vuex.
Plz help me.
The text was updated successfully, but these errors were encountered:
I’m having the same issue. @Akryum
I can see the data being loaded on the server side and even gets passed to the entry-client.js file. But the store.replaceState(window.__INITIAL_STATE__) call doesn’t seem to do anything.
Hello all,
I am developing a vue app using this plugin.
But store is not loaded to client side app, so I get "TypeError: Cannot read property 'state name' of undefined" when I use mapState of Vuex.
Plz help me.
The text was updated successfully, but these errors were encountered: