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
Describe the bug
To prevent multiple re-renderings, increase code clarity, improve maintainability implement PropTypes and destructure props in all relevant files across the codebase.
Expected behavior
Destructure props, fix useEffect dependencies to prevent re-rendering and add prop-types for type safety.
The text was updated successfully, but these errors were encountered:
Describe the bug
To prevent multiple re-renderings, increase code clarity, improve maintainability implement PropTypes and destructure props in all relevant files across the codebase.
Expected behavior
Destructure props, fix useEffect dependencies to prevent re-rendering and add prop-types for type safety.
The text was updated successfully, but these errors were encountered: