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
It's generally not good practice to mix regular DOM manipulation with React. Of course there are exceptions, but for an alert message feature, it would be best to have it as a React component.
The text was updated successfully, but these errors were encountered:
react-weather/src/utils/alert.js
Line 1 in 4412b56
It's generally not good practice to mix regular DOM manipulation with React. Of course there are exceptions, but for an alert message feature, it would be best to have it as a React component.
The text was updated successfully, but these errors were encountered: