RndUsername

Results 7 comments of RndUsername

Alright, I'm a dummy dumm... Nuxt3 already has [metadata](https://v3.nuxtjs.org/guide/directory-structure/pages#page-metadata) for alias and stuff!

I asked in the Discord before, and they said it's a bug and I should report it here.

Will this react to changes? For example if the fieldset is dynamically disabled?

Another pure type workaround would be specifying the type variables manually: ```diff - const chart = new Chart(...) + const chart = new Chart(...) ```