Mike Mattner

Results 2 comments of Mike Mattner

As a temporary solution, I could pass those in using the following method: ``` const asAny = (fn: any) => fn as any; ``` and then on the item in...

I'm using `"vue": "^3.2.27"` and `"typescript": "~4.5.4"`