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
As mentioned in #1014, after dismissing a scene via a gesture using Navigator, the dismissed component's componentWillUnmount lifecycle hook is not being called.
I have submitted a fix in #1018 which calls this._handlePop() when a gesture triggers a route change. The result is that the componentWillUnmount hook of the dismissed component is called.
Any help to review this and make sure it is the right fix is appreciated. Thanks. :)
The text was updated successfully, but these errors were encountered:
As mentioned in #1014, after dismissing a scene via a gesture using Navigator, the dismissed component's
componentWillUnmount
lifecycle hook is not being called.I have submitted a fix in #1018 which calls
this._handlePop()
when a gesture triggers a route change. The result is that thecomponentWillUnmount
hook of the dismissed component is called.Any help to review this and make sure it is the right fix is appreciated. Thanks. :)
The text was updated successfully, but these errors were encountered: