I was trying to use the Gallery component from the vue-toolkit and I could not. There was problem with the Gallery loading the engineStore resulting in the following error
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_s')
at useStore (index.umd.js:1947:1)
at setup (Gallery.vue:110:15)
I think this is because the toolkit has it's own version of the engineStore defined. It's not really a problem, I can just copy the component. I just wanted to register this issue.
I was trying to use the
Gallerycomponent from thevue-toolkitand I could not. There was problem with theGalleryloading theengineStoreresulting in the following errorI think this is because the toolkit has it's own version of the
engineStoredefined. It's not really a problem, I can just copy the component. I just wanted to register this issue.