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'm currently working on this one, I think there is a slight problem of how Maleo passes data from AppContext to _App which renders the route, that causes several rerenders due to the update
Describe the bug
Old unmounted route component got called even after the route has already changed
To Reproduce
Steps to reproduce the behavior:
getInitialProps
Expected behavior
Old unmounted route component doesn't get called
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
We can mitigate this issue by checking if certain object is undefined or not
The text was updated successfully, but these errors were encountered: