Warning: Can’t perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks i…
If you have used vue I guess you probably know or have used computed. It seems pretty convenient and easy to use. However, it may bring you some problems if you didn’t understand it totally.