VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.89k forks source link

Bugfix/duplicate item with limit #2718

Closed IBRAHIMDANS closed 3 years ago

IBRAHIMDANS commented 3 years ago

Description

BUG with useMulti2 when I use limit, document is duplicated I add uniqBy to lodash to remove documents duplicated by _id

image

eric-burel commented 3 years ago

Hi @IBRAHIMDANS , the PR is not minimal sorry so it would be difficult to merge. Also, this is definitely unexpected, the bug is higher up. Why does the resolver sends duplicates in the first place?