Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No overload matches this call. #134

Closed
xiaolizi9 opened this issue May 26, 2021 · 1 comment
Closed

No overload matches this call. #134

xiaolizi9 opened this issue May 26, 2021 · 1 comment

Comments

@xiaolizi9
Copy link

No overload matches this call.
Overload 1 of 2, '(type: "", handler: WildcardHandler): void', gave the following error.
Argument of type '"form-item-created"' is not assignable to parameter of type '"
"'.
Overload 2 of 2, '(type: EventType, handler: Handler): void', gave the following error.
Argument of type '(fun: itemValidate) => void' is not assignable to parameter of type 'Handler'.
Types of parameters 'fun' and 'event' are incompatible.
Type 'itemValidate | undefined' is not assignable to type 'itemValidate'.
Type 'undefined' is not assignable to type 'itemValidate'.

@developit
Copy link
Owner

This is addressed by #114.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants