Kostiantyn Levytskyi
Results
2
comments of
Kostiantyn Levytskyi
@vladshcherbin mb it's time to recall that PR? :) I've been waiting for something similar to webpack's `svg-sprite-loader` for ages and till now used naїvely written `rollup-plugin-svg-spritesheet` but it's methods...
For those struggling like me. Leaving here another variation of `MutationConfig` compatible with react-query 4+, typescript 5.1+ and no-args mutation functions support. ```typescript type Fn = (...args: any[]) => any;...