【发布时间】:2018-11-20 19:50:49
【问题描述】:
我收到此警告:
Warning: isMounted(...) is deprecated in plain JavaScript React classes. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.
如何修复警告?我不想像这样隐藏它:
import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings(['Warning: isMounted(...) is deprecated', 'Module
RCTImageLoader']);
【问题讨论】:
-
最好以文本形式提供消息instead of an image。
-
另外请注意,简单的谷歌搜索“react native isMounted site:stackoverflow.com”会带来几十个类似的结果。您在发布此内容之前是否查看过这些内容?
标签: react-native warnings