Muhammad Mahmoud

Results 74 comments of Muhammad Mahmoud

Update: I've upgraded to Nuxt from `3.7.3` to `3.7.4` and the error persists. My guess is that it's a windows issue. Any help is appreciated

I'm experiencing the same bug. `webpack.mix.js` gets nested under both `artisan` and `package.json` ![Screenshot 2023-09-27 110405](https://github.com/antfu/vscode-file-nesting-config/assets/86230182/06607952-2f3e-4d2f-a6d7-538b4e33b934)

Related https://github.com/nuxt/nuxt/discussions/24519

I'll create an issue there, I've read the debug comment workaround but I don't know how to apply that to nuxtlabs ui, any help is appreciated!

This issue is not on your end. It appeared after Vue 3.4 as it now checks for hydration mismatches in attributes. This also happens in Nuxt UI for example. There's...

I think releasing a new version won't be necessary for those deps as long as you keep the `^` in package.json. For example if we have `tailwind-merge: ^2.3.0` a dependency...

Can you elaborate on the module you linked? Do you want to add it as a dependency too? I see it has a lot of modules that are needed by...

Oh I got it wrong then 😅 Yeah it's similar to it. Also similar to `nuxt/tailwindcss` that has `tailwindcss` as a dependency for example. It's actually a pattern I see...