VulcanJS / Vulcan

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

fix bug duplicate item with usemulti2 #2721

Closed IBRAHIMDANS closed 3 years ago

IBRAHIMDANS commented 3 years ago

Quick Fix

currently, when I call "useMulti2" giving it a limit we have elements that are returned several times so I use "uniq" from 'lodash' to solve it

eric-burel commented 3 years ago

Closed in favour of https://github.com/VulcanJS/Vulcan/pull/2722