Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated rating field on frontend #5947

Closed
FelixMalfait opened this issue Jun 19, 2024 · 3 comments
Closed

Duplicated rating field on frontend #5947

FelixMalfait opened this issue Jun 19, 2024 · 3 comments
Labels
scope: front Issues that are affecting the frontend side only type: bug Something isn't working

Comments

@FelixMalfait
Copy link
Member

Seems like there's an issue on the table view where the rating feels ends up being rendered twice?

Screenshot 2024-06-19 at 08 49 49
@FelixMalfait FelixMalfait added type: bug Something isn't working scope: front Issues that are affecting the frontend side only labels Jun 19, 2024
Copy link
Contributor

greptile-apps bot commented Jun 19, 2024

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.

References

@theonly1me
Copy link
Contributor

@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?

@FelixMalfait
Copy link
Member Author

@theonly1me sorry for the late reply. You're right I didn't manage to reproduce it, it must have been fixed 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: front Issues that are affecting the frontend side only type: bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants