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
error TS2345: Argument of type '{ label: string; initialValue: string; readOnly: true; previewImage: true; allowedFileExtensions:...' is not assignable to parameter of type
'IPropertyFieldPicturePickerProps'.
[15:38:10] [tsc] Types of property 'context' are incompatible.
[15:38:10] [tsc] Type 'WebPartContext' is not assignable to type 'IWebPartContext'.[15:38:10] [tsc] Types of property 'httpClient' are incompatible.
[15:38:10] [tsc] Type 'HttpClient' is not assignable to type 'HttpClient'. Two different types with this name exist, but they are unrelated.
[15:38:10] [tsc] Types have separate declarations of a private property '_fetchProvider'.
The text was updated successfully, but these errors were encountered:
@berndverhofstadt could you describe how you updated the package.json so it uses new references? I replaced package names and bumped versions but it was not good enough to make the linter happy.
Greetings,
It looks like it's time to update @microsoft packages for 1.6.0 (
"@microsoft/sp-webpart-base": "1.6.0"
) compatibility... IWebPartContext has changed.Using PropertyFieldPicturePicker when i specify context i.e.:
I get the following error when serving.:
The text was updated successfully, but these errors were encountered: