PSA 📢: This isn’t error handling


PSA 📢: This isn’t error handling.

.catch((e) => console.log(e))

It's error swallowing.

The user isn’t watching the console.

Solution: Show the user a friendly non-technical message like "Sorry, an error occurred. Please try again later."

View original on X