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
Check the RatingInput component and ensure it is not being rendered twice in the table view. Also, review the useRatingField hook for duplicate state updates. Specifically, look at src/components/RatingInput.js and src/hooks/useRatingField.js.
@FelixMalfait I was trying to reproduce this but I see the rating stars being rendered only once. Are you still seeing this behavior? If yes, are there any steps to reproduce it?
Seems like there's an issue on the table view where the rating feels ends up being rendered twice?
The text was updated successfully, but these errors were encountered: