warning-
react_devtools_backend.js:2273 Some icons were re-registered. Applications should only call registerIcons for any given icon once. Redefining what an icon is may have unintended consequences. Duplicates include: GlobalNavButton, ChevronDown, ChevronUp, Edit, Add, Cancel, More, Settings, Mail, Filter (+ 3592 more)
Is there any way to compile and remove this warning.
Asked
Active
Viewed 3,027 times
4
Sarfraj Ansari
- 119
- 2
- 11
1 Answers
2
import { setIconOptions } from "office-ui-fabric-react/lib/Styling";
// Suppress icon warnings. setIconOptions({ disableWarnings: true, });
Sarfraj Ansari
- 119
- 2
- 11
-
1but i want to remove this warning and supress it – Sarfraj Ansari Oct 05 '20 at 08:13