RndUsername
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!
@pajowu ping...
I asked in the Discord before, and they said it's a bug and I should report it here.
Ready to merge
Ready to merge
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(...) ```