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
I am using a reduce-toolkit example app and getting errors. I am trying to update a Post in the mutations example app but get this error:
TypeError: comparatorFn is not a function
at http://localhost:3000/static/js/bundle.js:32276:16
at Array.reduce (<anonymous>)
at http://localhost:3000/static/js/bundle.js:32245:41
at Array.map (<anonymous>)
at http://localhost:3000/static/js/bundle.js:32235:40
at http://localhost:3000/static/js/bundle.js:32342:12
at http://localhost:3000/static/js/bundle.js:32719:9
at forEach (http://localhost:3000/static/js/bundle.js:32701:7)
at Object.filter (http://localhost:3000/static/js/bundle.js:32718:3)
at queryByPrimaryKey (http://localhost:3000/static/js/bundle.js:32340:24)
I am using a reduce-toolkit example app and getting errors. I am trying to update a Post in the mutations example app but get this error:
I think this is a problem with the data package, but the code to reproduce it is here.
here is a screenshot indicating the comparatorName is
"0"
Hope this helps someone fixing a similar issue!
The text was updated successfully, but these errors were encountered: