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
animate prop not working it shows following error
No overload matches this call.
Overload 1 of 2, '(props: MultiSelectProps | Readonly): MultiSelect', gave the following error.
Type '{ animate: true; items: Tags[]; uniqueKey: string; onSelectedItemsChange: (item: any) => void; selectedItems: never[]; selectText: string; searchInputPlaceholderText: string; onChangeInput: (text: string) => void; ... 12 more ...; submitButtonText: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'.
Property 'animate' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'.
Overload 2 of 2, '(props: MultiSelectProps, context: any): MultiSelect', gave the following error.
Type '{ animate: true; items: Tags[]; uniqueKey: string; onSelectedItemsChange: (item: any) => void; selectedItems: never[]; selectText: string; searchInputPlaceholderText: string; onChangeInput: (text: string) => void; ... 12 more ...; submitButtonText: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'.
Property 'animate' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'
Library versions
Steps to Reproduce
(Write your steps here:)
Expected Behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Add screenshots!)
Reproducible Code
(Paste exact code snippet and instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered:
Issue summary
animate prop not working it shows following error
No overload matches this call.
Overload 1 of 2, '(props: MultiSelectProps | Readonly): MultiSelect', gave the following error.
Type '{ animate: true; items: Tags[]; uniqueKey: string; onSelectedItemsChange: (item: any) => void; selectedItems: never[]; selectText: string; searchInputPlaceholderText: string; onChangeInput: (text: string) => void; ... 12 more ...; submitButtonText: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'.
Property 'animate' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'.
Overload 2 of 2, '(props: MultiSelectProps, context: any): MultiSelect', gave the following error.
Type '{ animate: true; items: Tags[]; uniqueKey: string; onSelectedItemsChange: (item: any) => void; selectedItems: never[]; selectText: string; searchInputPlaceholderText: string; onChangeInput: (text: string) => void; ... 12 more ...; submitButtonText: string; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'.
Property 'animate' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly & Readonly<...>'
Library versions
Steps to Reproduce
(Write your steps here:)
Expected Behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Add screenshots!)
Reproducible Code
(Paste exact code snippet and instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: