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
Many useState has values declared, but either some are left with no alter or not being used. This is a bad practice, even for many other programming languages other than Javascripts / ReactJS.
Remove unused useState values that has not been used in all the jsx files in client/src/{components, pages}/*.jsx
The text was updated successfully, but these errors were encountered:
Many
useState
has values declared, but either some are left with no alter or not being used. This is a bad practice, even for many other programming languages other than Javascripts / ReactJS.useState
values that has not been used in all the jsx files inclient/src/{components, pages}/*.jsx
The text was updated successfully, but these errors were encountered: