Not handling cleanup inside useEffect when dealing with subscriptions
When using useEffect to handle subscriptions or similar side effects in React, it’s important to properly clean up those subscriptions when the component is unmounted or when the effect dependencies….