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
Hi,
I was going through the code and I found updateLocalStorage and handleStorageChange functions are written inside useEffect hook. But We can write it out of useEffect for better code readability. If you are fine. I want to do those changes. Thank you :)
The text was updated successfully, but these errors were encountered:
Hi,
I was going through the code and I found
updateLocalStorage
andhandleStorageChange
functions are written insideuseEffect
hook. But We can write it out ofuseEffect
for better code readability. If you are fine. I want to do those changes. Thank you :)The text was updated successfully, but these errors were encountered: