Category
Bug
Version
3.24.0
Expected / Desired Behavior / Question
Styles in FilePicker should be scoped (CSS modules), e.g.:
.header_xxxxx { ... }
Observed Behavior
After upgrading to 3.24.0, styles are no longer scoped and appear as global:
.header { clip: rect(0,0,0,0); }
Steps to Reproduce
Check the attachments
Thanks!
Category
Bug
Version
3.24.0
Expected / Desired Behavior / Question
Styles in FilePicker should be scoped (CSS modules), e.g.:
.header_xxxxx { ... }Observed Behavior
After upgrading to 3.24.0, styles are no longer scoped and appear as global:
.header { clip: rect(0,0,0,0); }Steps to Reproduce
SPFx 1.21.1 project
Install:
npm install @pnp/spfx-controls-react@3.24.0Use
FilePickerRun:
gulp bundle --shipCheck
release/assets/chunk.*.js→ styles are not scopedCheck the attachments
Thanks!