mezg0 / vue-ui

https://ui.mezg0.com
MIT License
69 stars 1 forks source link

No overload matches this call in utils file #1

Closed ThimoDEV closed 12 months ago

ThimoDEV commented 12 months ago

image

It shows on line 17 in the utils file return h(slots.default()[0], { ...attrs })

Steps to reproduce:

mezg0 commented 12 months ago

Which version of nuxt are you using?

ThimoDEV commented 12 months ago

Which version of nuxt are you using?

I use Nuxt 3.6.2

mezg0 commented 12 months ago

Any chance you can reproduce it on a codesandbox?

I made one quickly and can't see the error -> https://codesandbox.io/p/sandbox/wandering-cache-wzpphn?file=%2Flib%2Futils.ts%3A8%2C1

ThimoDEV commented 12 months ago

I'll do as soon as I can

ThimoDEV commented 12 months ago

I tried to make another reproduction, but I couldn't get the same error. The code does work and a temp workaround can be used with a ttypescript ignore