4

警告 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) - 有没有办法编译和删除这个警告。

4

1 回答 1

2

从“office-ui-fabric-react/lib/Styling”导入 { setIconOptions };

// 禁止图标警告。setIconOptions({ disableWarnings: true, });

于 2020-09-30T06:03:08.633 回答