Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNSAFE_componentWillMount in Animated Component #236

Open
Snotax opened this issue Jan 20, 2022 · 2 comments
Open

UNSAFE_componentWillMount in Animated Component #236

Snotax opened this issue Jan 20, 2022 · 2 comments

Comments

@Snotax
Copy link

Snotax commented Jan 20, 2022

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

image

Component:
image

@Snotax Snotax closed this as completed Jan 20, 2022
@Snotax Snotax reopened this Jan 20, 2022
@madox2
Copy link
Collaborator

madox2 commented Jan 21, 2022

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.

@Snotax
Copy link
Author

Snotax commented Jan 22, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants