Since updating to Quasar 2.16.0 functions returning the any
type.
#17170
-
I updated to Quasar 2.16.0 and @quasar/app-vite 2.0.0-beta.12. import { date, } from 'quasar'
const daysInMonth = date.daysInMonth(new Date()) I look at the code in my IDE and also hover over the function. And updating app-vite to beta 12 errors out with
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Not only this, I received lots of
|
Beta Was this translation helpful? Give feedback.
-
Can you put a reproduction repo here so I can take a look, pls? Also, what IDE (and version) are you using? |
Beta Was this translation helpful? Give feedback.
Opened a ticket. Let's continue there