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
Please specify what version of the library you are using: [3.19.0]
Expected / Desired Behavior / Question
SiteBreadcrumb should accept a context type of ApplicationCustomizerContext as part of it's props
Observed Behavior
Getting this error:
Type 'ApplicationCustomizerContext' is not assignable to type 'BaseComponentContext'.
Types have separate declarations of a private property '_serviceScope'.
Steps to Reproduce
used node v18.20.2
ran yeoman generator to provision an spfx application customizer extension on v1.18.2
installed this library
installed react/react-dom v17.0.1
Category
[ ] Enhancement
[X] Bug
[ ] Question
Version
Please specify what version of the library you are using: [3.19.0]
Expected / Desired Behavior / Question
SiteBreadcrumb should accept a context type of ApplicationCustomizerContext as part of it's props
Observed Behavior
Getting this error:
Type 'ApplicationCustomizerContext' is not assignable to type 'BaseComponentContext'.
Types have separate declarations of a private property '_serviceScope'.
Steps to Reproduce
used node v18.20.2
ran yeoman generator to provision an spfx application customizer extension on v1.18.2
installed this library
installed react/react-dom v17.0.1
The text was updated successfully, but these errors were encountered: