You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug tsc --build fails with error Property 'dpWrapMenuRef' of type 'Ref<HTMLElement | null, HTMLElement | null>' is not assignable to 'string' index type 'Function'.
Interface PublicMethods inherits from MethodOptions and here is defined [key:string]: Function, so always a function is expected and type Ref<HTMLElement | null, HTMLElement | null> is not assignable to type Function.
Describe the bug
tsc --build
fails with errorProperty 'dpWrapMenuRef' of type 'Ref<HTMLElement | null, HTMLElement | null>' is not assignable to 'string' index type 'Function'.
Interface
PublicMethods
inherits fromMethodOptions
and here is defined[key:string]: Function
, so always a function is expected and typeRef<HTMLElement | null, HTMLElement | null>
is not assignable to typeFunction
.To Reproduce
Steps to reproduce the behavior:
"@vuepic/vue-datepicker": "10.0.0",
todependencies
in package.json.tsc --build
.Expected behavior
No build errors.
Screenshots
n.a.
Desktop & mobile (please complete the following information):
The text was updated successfully, but these errors were encountered: