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

replaced deprecated removeEventListener() with remove() #512

Merged

Conversation

s77rt
Copy link
Contributor

@s77rt s77rt commented Jan 12, 2023

removeEventListener is deprecated and now it's removed with RN 0.71.
Besides it causes a problem on unmounting the component:

Warning: Internal React error: Attempted to capture a commit phase error inside a detached tree.

@xiao555
Copy link

xiao555 commented Jan 17, 2023

same issue on RN 0.70.4

@dtroupe-plaid dtroupe-plaid merged commit 856da9c into plaid:master Mar 14, 2023
@s77rt
Copy link
Contributor Author

s77rt commented Mar 14, 2023

Thank you! @dtroupe-plaid

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

Successfully merging this pull request may close these issues.

7 participants