react-taxonomypicker icon indicating copy to clipboard operation
react-taxonomypicker copied to clipboard

Property 'loadOptions' is missing in type '{ name: string; displayName: string; termSetGuid: string; termSetName: string; multi: true; defau...'

Open saif-Sb opened this issue 5 years ago • 0 comments

Hello, I'am trying the control but i received error:

error TS2322: Type '{ name: string; displayName: string; termSetGuid: string; termSetName: string; multi: true; defau...' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<TaxonomyPicker> & Readonly<ITaxonomyPickerProps> &...'. [17:44:48] [tsc] Type '{ name: string; displayName: string; termSetGuid: string; termSetName: string; multi: true; defau...' is not assignable to type 'Readonly<ITaxonomyPickerProps>'. [17:44:48] [tsc] Property 'loadOptions' is missing in type '{ name: string; displayName: string; termSetGuid: string; termSetName: string; multi: true; defau...'

Tnaks for your help.

saif-Sb avatar Dec 01 '20 16:12 saif-Sb