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
Some components, namely the LikeHandler are constantly polling for updates and use state to refresh. This is to get the refreshed list of likers. This could be handled client side by appending the current user to the like list on the user's end. Should use effect.
The text was updated successfully, but these errors were encountered:
Some components, namely the LikeHandler are constantly polling for updates and use state to refresh. This is to get the refreshed list of likers. This could be handled client side by appending the current user to the like list on the user's end. Should use effect.
The text was updated successfully, but these errors were encountered: