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
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'.
The text was updated successfully, but these errors were encountered:
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'.
The text was updated successfully, but these errors were encountered: