Skip to content
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

upgrade deps #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

upgrade deps #32

wants to merge 1 commit into from

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/
vite@4.2.1/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