ConrabOpto / mst-query

Query library for mobx-state-tree
MIT License
110 stars 7 forks source link

Fix types & unprotect onQueryMore/onMutate #53

Closed k-ode closed 11 months ago

k-ode commented 11 months ago

Fixes types for onQueryMore & onMutate and allow them to modify properties directly in the callback (this should use an action, but I'm not sure right now how to handle that).