Skip to content

Conversation

@mikob
Copy link

@mikob mikob commented Apr 15, 2023

I did this in a futile attempt to fix #31, it didn't help but everything seems to be fine with the upgrades. I ran into 1 error that I don't think is related, perhaps it was my dev env? But it should be checked before this PR is accepted or merged.

 error   Cannot destructure property 'name' of 'data' as it is undefined.
  File:
    /home/mikob/workspace/hairgen.ai/frontend/src/vue_app.ts:9:23
  Code:
    8 | //   // 4. Provide the history implementation to use. We are using the hash history for simp
licity here.
    > 9 | //   history: VueRouter.createWebHashHistory(),
         |                       ^
      10 | //   routes: [{ path: '/order', component: OrderStatus }], // short for `routes: routes`
      11 | // })
  Stacktrace:
TypeError: Cannot destructure property 'name' of 'data' as it is undefined.
    at register (/home/mikob/scratchspace/oh-vue-icons/package/dist/index.mjs:27:11)
    at Module.addIcons (/home/mikob/scratchspace/oh-vue-icons/package/dist/index.mjs:43:5)
    at eval (/src/vue_app.ts:9:23)
    at async instantiateModule (file:///home/mikob/workspace/hairgen.ai/frontend/node_modules/.pnpm/
[email protected]/node_modules/vite/dist/node/chunks/dep-79892de8.js:53996:9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doesn't work with vite 4

1 participant