Warning: isMounted(…) is deprecated in plain Javascript Classes

前端 未结 11 1018
庸人自扰
庸人自扰 2020-12-29 03:20

I am implementing 2 screens using react-navigation. But I got the warning below while navigating to the second page:

Warning: isMounted(...) is deprec

11条回答
  •  悲&欢浪女
    2020-12-29 03:37

    Is is actually a React-Native issue

    You can wait and check when a fix is available here: https://github.com/facebook/react-native/issues/18868

    Or in the meantime you can hide the warning like suggested.

提交回复
热议问题