RomanSkrypnik

Results 20 comments of RomanSkrypnik

Facing the same issue, cached data appears to be useless in such situations...

Forgot to show code example ( list of roles not supplemented ):

Seems I have figured out the problem. Item which has been appended is not transformed into proxy:

> Interesting. That may be an upstream Vue issue. Can you reproduce without Nuxt? My last comment doesn't give an answer. I have decided to dig deeper, it seems that...

Probably it's a little bit late but here is workaround: ``` import type { CookieOptions } from 'nuxt/dist/app/composables'; export default defineNuxtPlugin(() => { const setMyCookie = (key: string, val =...

@danielroe Any updates? It hits project performance

Yeap I'm also facing this issue

I have found the root of the problem - minification Not minified lottie.js works fine but if I use minified one - getting this error I found out it by...