Hassan Zahirnia

Results 20 comments of Hassan Zahirnia

I couldn't fix the issue and there are no words from the maintainer so I decided to move on from this project and use what @kgnfth suggested earlier ( feather...

I've encountered same issue when running `npm run build` :( I get `Uncaught TypeError: Sg.version.split is not a function` When I click on error line in console it brings to...

Just do add more information, This is how I initialize i18n in my `app.js` file : ```js import { createI18n } from 'vue-i18n' createInertiaApp({ setup({ el, App, props, plugin })...

> I faced the exact same problem and updated axios to `"^0.26.0"` in my package.json. This fixed the issue - To be honest, kinda hard to explain why this shows...

I think I found the source of this problem ( more like I found the culprit, not the actual source ), it's the `@intlify/vite-plugin-vue-i18n` plugin. If I remove that from...

I have found a solution to this issue. I just had to add this library to nuxt as a `client-only` plugin. It appears when it tries to compile the code...

Thanks Robert for the PR ! I was watching this thread since I've reported this issue and was hoping the fix would go through. Anyway I'm currently using a hack...

Hey kvraamkey 😀 Can you provide more info on where and how the error is exactly is occurring ?

Do you guys also know how to make the Auto Importing feature work with Next.js ? Or is it not technically possible ?