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
I imagine that if the component is unmounted before the promise has resolved, then there will be a warning about calling setState() on a component which does not exist.
I haven't tested, so please disregard this issue if it's not the case. I read about the problem somewhere and was looking at the code here to see if this package addresses the issue.
The text was updated successfully, but these errors were encountered:
I ended up building something myself with lifecycle() from recompose using the same approach. I've also since thrown that all away due to performance issues with PouchDB, so can't easily test this unfortunately.
I imagine that if the component is unmounted before the promise has resolved, then there will be a warning about calling
setState()
on a component which does not exist.I haven't tested, so please disregard this issue if it's not the case. I read about the problem somewhere and was looking at the code here to see if this package addresses the issue.
The text was updated successfully, but these errors were encountered: