Category
[ ] Enhancement
[X] Bug
[ ] Question
Version
3.24.0
Expected / Desired Behavior / Question
We are using FileTypeIcon control with the following parameters:
<FileTypeIcon type={IconType.image} size={ImageSize.small} path={path} />
This should show an icon based on the value passed to path property.
Observed Behavior
Recently we have started seeing 409 Conflict error for some of document extensions:
PowerPoint, Excel, PDF icons are showing as expected. Above icons had been showing as expected until recently.
Steps to Reproduce
- add FiletypeIcon control with the following properties:
- load the page with the control
Category
[ ] Enhancement
[X] Bug
[ ] Question
Version
3.24.0
Expected / Desired Behavior / Question
We are using FileTypeIcon control with the following parameters:
<FileTypeIcon type={IconType.image} size={ImageSize.small} path={path} />This should show an icon based on the value passed to path property.
Observed Behavior
Recently we have started seeing 409 Conflict error for some of document extensions:
PowerPoint, Excel, PDF icons are showing as expected. Above icons had been showing as expected until recently.
Steps to Reproduce