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

animate prop not working in latest version #191

Open
abdullahrehan430 opened this issue Sep 2, 2021 · 0 comments
Open

animate prop not working in latest version #191

abdullahrehan430 opened this issue Sep 2, 2021 · 0 comments

Comments

@abdullahrehan430
Copy link

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.)

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

1 participant