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
When paginating after a new comment is inserted, and when the newly inserted comment returns from the server through pagination, this results in an ID conflict:
This also results in a duplicate comment, even through they have the same ID.
To reproduce:
Insert a new comment
Keep clicking More Comments until the newly inserted comment appears a second time
When paginating after a new comment is inserted, and when the newly inserted comment returns from the server through pagination, this results in an ID conflict:
This also results in a duplicate comment, even through they have the same ID.
To reproduce:
More Comments
until the newly inserted comment appears a second timeThis issue was highlighted in this PR: the-road-to-graphql/react-graphql-github-apollo#29
The text was updated successfully, but these errors were encountered: