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

pass initial input to multi2 loadMoreInc #2678

Open EloyID opened 3 years ago

EloyID commented 3 years ago

Describe the bug Maybe this should go in the new feature request If I use useMulti2 with an input and then click sur loadMoreInc, the initial input is ignored eg, I look up for the movies with a {rating : {_eq : 5}} In the first time I will see only 5/5 movies, but when I click sur loadMoreInc, I will get any kind of film

To Reproduce Steps to reproduce the behavior:

  1. Go to any useMulti2 using an input
  2. Click on loadMoreInc
  3. The input is ignored

Expected behavior I think it should keep the existing input