property variant does not exist on type of select #266
Replies: 1 comment
-
What version are you on? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error
Type '{ shouldUnregister?: boolean | undefined; defaultValue?: string | boolean | ClassesGroup | ClassesGroup[] | undefined; colorScheme?: string | undefined; ... 85 more ...; ref: RefCallBack; }' is not assignable to type 'IntrinsicAttributes & Omit<PublicBaseSelectProps<unknown, boolean, GroupBase>, StateManagedPropKeys> & Partial<...> & StateManagerAdditionalProps<...> & RefAttributes<...>'.
Property 'variant' does not exist on type 'IntrinsicAttributes & Omit<PublicBaseSelectProps<unknown, boolean, GroupBase>, StateManagedPropKeys> & Partial<...> & StateManagerAdditionalProps<...> & RefAttributes<...>'.ts(2322)
Beta Was this translation helpful? Give feedback.
All reactions