Ignored warning thrown by collapsible headers lib
这个提交包含在:
父节点
460d84c5f4
当前提交
7ef93da811
共有 1 个文件被更改,包括 1 次插入 和 0 次删除
1
App.js
1
App.js
|
@ -25,6 +25,7 @@ import {OverflowMenuProvider} from "react-navigation-header-buttons";
|
|||
|
||||
LogBox.ignoreLogs([ // collapsible headers cause this warning, just ignore as it is not an issue
|
||||
'Non-serializable values were found in the navigation state',
|
||||
'Cannot update a component from inside the function body of a different component',
|
||||
]);
|
||||
|
||||
type Props = {};
|
||||
|
|
正在加载…
在新工单中引用