Long needed refactor, part one #107
Annotations
2 errors
unit-test:
node_modules/pinia/dist/pinia.mjs#L1741
Error: [🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
This will fail in production.
❯ Module.useStore node_modules/pinia/dist/pinia.mjs:1741:19
❯ setup src/components/CanvasItem.vue:7:15
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ setupStatefulComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7848:25
❯ setupComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7809:36
❯ mountComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5159:7
❯ processComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5125:9
❯ patch node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4654:11
❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5269:11
❯ ReactiveEffect.run node_modules/@vue/reactivity/dist/reactivity.cjs.js:229:19
|
unit-test
Process completed with exit code 1.
|
Loading