[ ] Enhancement
[ ] Bug
[X] Question
Please specify what version of the library you are using: [ 3.0.0 ]
Before 3.0.0 the context={props.context} for FilePicker and ListItemPicker was OK with WebPartContext inherited from the context: this.context from the web part class.
After upgrade to 3.0.0 , TS complains that "Type 'WebPartContext' is not assignable to type 'BaseComponentContext'."
I am OK for now by using context={props.context as any}
But I would like to know the right way to do it.
Thanks for a great collection!
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Thank you @Ofer-Gal for reporting this one.
v3 is based on SPFx v1.12 and up.
For SPFx v1.11 use the latest v2 release.
Thank you
Hi @AJIXuMuK,
Version 1.12 has been deprecated https://docs.microsoft.com/en-us/sharepoint/dev/spfx/release-1.12.0.
Do you know if spfx controls will be to? For production releases, should we aim for 1.11/v2?
Most helpful comment
Thank you @Ofer-Gal for reporting this one.
v3is based on SPFxv1.12and up.For SPFx
v1.11use the latestv2release.