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
As far as I understand useInfiniteQuery append or perpend new data to existing data, and queryFnMUST return array
I have a use case that I don't want simply append or perpend , I want to append and remove duplicated , How can I do it in react query , I think it is not possible
My second question is , is it possible that queryFn returns object? my object has result array with additional properties
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I understand
useInfiniteQuery
append or perpend new data to existing data, andqueryFn
MUST return arrayI have a use case that I don't want simply append or perpend , I want to append and remove duplicated , How can I do it in react query , I think it is not possible
My second question is , is it possible that
queryFn
returns object? my object has result array with additional propertiesBeta Was this translation helpful? Give feedback.
All reactions