ar5had / expense-listing-app

An expense listing app I made as a frontend challenge for Pleo.
https://pleo-meets-arshad.herokuapp.com
MIT License
1 stars 0 forks source link

Memory leak when changing pages after saving the expense changes #25

Closed ar5had closed 5 years ago

ar5had commented 5 years ago

Expense page has an update status which gives user info on expense changes. It uses a timeout to hide so when routes are changed then there may be a case when the setTimeout was not complete so it will try to call things on an unmounted component.