-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Needs: Attention 👋Original poster responded to request for feedback, awaiting attention from Microsoft / community.Original poster responded to request for feedback, awaiting attention from Microsoft / community.area:fluent-uiCategory: Fluent UI / Office UI Fabric / Fabric ReactCategory: Fluent UI / Office UI Fabric / Fabric Reactarea:spfx-msteamsCategory: SharePoint Framework & Microsoft Teams supportCategory: SharePoint Framework & Microsoft Teams supportstatus:trackedCurrently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)Currently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)type:bug-confirmedConfirmed bug, not working as designed / expected.Confirmed bug, not working as designed / expected.
Description
Category
- Question
- Typo
- Bug
- Additional article idea
Expected or Desired Behavior
Office UI Fabric Icons are rendered correctly
Observed Behavior
Office UI Fabric Icons are rendered correctly. Everything worked fine last week. But now no icons at all...
Steps to Reproduce
- Create a web part with any Office UI Fabric React component inside (button, details list, whatever) that can be used with icons
- Add some icon to the component (for example, 'Edit' icon for Edit button)
- deploy web part to MS Teams
- Observe the issue
My current configuration of the web part:
"dependencies": {
"@microsoft/sp-core-library": "1.8.0",
"@microsoft/sp-lodash-subset": "1.8.0",
"@microsoft/sp-office-ui-fabric-core": "1.8.0",
"@microsoft/sp-webpart-base": "1.8.0",
"@pnp/common": "^1.2.8",
"@pnp/logging": "^1.2.8",
"@pnp/odata": "^1.2.8",
"@pnp/polyfill-ie11": "^1.0.1",
"@pnp/sp": "^1.2.8",
"@pnp/spfx-controls-react": "1.11.0",
"@pnp/spfx-property-controls": "1.14.0",
"@types/es6-promise": "0.0.33",
"@types/react": "16.4.2",
"@types/react-dom": "16.0.5",
"@types/webpack-env": "1.13.1",
"escape-html": "^1.0.3",
"moment": "^2.24.0",
"react": "16.3.2",
"react-dom": "16.3.2"
},
"devDependencies": {
"@microsoft/sp-build-web": "1.8.0",
"@microsoft/sp-module-interfaces": "1.8.0",
"@microsoft/sp-tslint-rules": "1.8.0",
"@microsoft/sp-webpart-workbench": "1.8.0",
"@microsoft/rush-stack-compiler-3.3": "0.1.7",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"ajv": "~5.2.2",
"gulp": "~3.9.1"
}
Metadata
Metadata
Assignees
Labels
Needs: Attention 👋Original poster responded to request for feedback, awaiting attention from Microsoft / community.Original poster responded to request for feedback, awaiting attention from Microsoft / community.area:fluent-uiCategory: Fluent UI / Office UI Fabric / Fabric ReactCategory: Fluent UI / Office UI Fabric / Fabric Reactarea:spfx-msteamsCategory: SharePoint Framework & Microsoft Teams supportCategory: SharePoint Framework & Microsoft Teams supportstatus:trackedCurrently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)Currently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)type:bug-confirmedConfirmed bug, not working as designed / expected.Confirmed bug, not working as designed / expected.