Carlos Vieira
Carlos Vieira
First of all thank you so much for this package, it's pretty awesome! If we want to make the api fully compatible with the regular image element we'll need to...
Similar to #967, although this affects the crossorigin prop rather than crossOrigin. I've created a [sandbox ](https://codesandbox.io/s/recursing-sound-bo2rke?file=/src/App.js)to showcase the problem by comparing behaviour to a native image element. When setting...
As I start to use this library, I noticed the following pattern coming up quite a bit.. ``` const users = createQueryKeys('users', { byId: ({ id }) => ({ queryKey:...