react-native-popup-menu icon indicating copy to clipboard operation
react-native-popup-menu copied to clipboard

UNSAFE_componentWillMount in Animated Component

Open Snotax opened this issue 2 years ago • 2 comments

When i click on my menu trigger, following Warnings get printed into the console.

image

Component: image

Snotax avatar Jan 20 '22 13:01 Snotax

In your case it looks like the warning comes from an AnimatedComponent which is not part of popup menu. However the issue is valid as we also use unsafe methods like componentWillUnmount in this library.

madox2 avatar Jan 21 '22 11:01 madox2

Well this issue occurs only when the <MenuTrigger> is clicked. So it's probably inside your component. Good to know that you are aware of the issue.

Snotax avatar Jan 22 '22 11:01 Snotax