-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working with Vuex Map #871
Comments
Hello, I came across this issue and I'm also interested to know more on how we could use Vuex to store the event.map.
However, as far as I know, the only way to change a store's state is through committing mutations. Would really appreciate if there are some examples that can be used as a reference or more information regarding this issue could be shown in the docs would be great. |
Preferable don't store large objects in store, I usually use the [ |
Thanks for the advice @vinayakkulkarni. I wrapped my map instance with markRaw() and it worked without making it reactive. Something to take note from the docs, if I need to make it reactive, it will return a proxied version back. For anyone that had the same issue as me 🤣 I'm using pinia instead of vuex: |
I know the docs briefly touch on setting the map to Vuex store;
https://v-mapbox.geospoc.io/guide/basemap.html#map-loading
However, they don't mention how to load a map from the store?
I'm assuming this is relatively easier and I'm likely overthinking it.
The text was updated successfully, but these errors were encountered: