You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. && Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application.
#265
Open
ssolutions-dev opened this issue
Feb 24, 2021
· 3 comments
I am having issue with the React Native Popup Dialog dependencies. I cant seems to find the error. Was hoping to get some advise from here. Warnings and Errors Displayed on my Expo.
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
Issue on PopUpDialog
The text was updated successfully, but these errors were encountered:
I am having issue with the React Native Popup Dialog dependencies. I cant seems to find the error. Was hoping to get some advise from here. Warnings and Errors Displayed on my Expo.
Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
Please update the following components: Overlay
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
Issue on PopUpDialog
The text was updated successfully, but these errors were encountered: