Marius Nicula

Results 4 comments of Marius Nicula

that or I could give you the file links to a test video so you would see what parameters there are on the video

Nuxt `3.8.1` sadly doesn't have a fix for this either. The solution described here https://github.com/nuxt/nuxt/issues/23038 seems to be the only workaround right now.

Hey fellas! So I got this working with Nuxt 3.8.1 and Vite 5.0.0. Apparently it wasn't enough to add experimental decorators to my TS config, but add it to Nuxt...

For me using Nuxt 3 with Pinia ORM, I have the same issue, where .all() gives me an error that it doesn't exist, but your orderBy "solution" is working for...