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
The current state management in the PostCardReactions is a little convoluted and complex because of the logic for upvotes and downvotes. This will probably be improved if state management for votes is done using useReducer() instead of useState().