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
Describe the bug
While working on wordpress-mobile/WordPress-iOS#20657, I noticed that the React Native root component is not being unmounted or at least the function componentWillUnmount is not being called. I understand that the component is destroyed/deallocated at some point after closing the editor, but I wanted to reflect this unexpected behavior in a GitHub issue for reference.
Describe the bug
While working on wordpress-mobile/WordPress-iOS#20657, I noticed that the React Native root component is not being unmounted or at least the function
componentWillUnmount
is not being called. I understand that the component is destroyed/deallocated at some point after closing the editor, but I wanted to reflect this unexpected behavior in a GitHub issue for reference.To Reproduce
root tag mounted
is printed.root tag unmounted
is NOT printed.Expected behavior
The
componentWillUnmount
function should be called when closing the editor.Screenshots
N/A
Smartphone (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: