burakgormek
burakgormek
### Describe the bug Nested useQuery with the same queryKey and parent is **enabled: false** triggers unnecessary re-render. It will not trigger re-rendering if parent is set to **enabled: true**....
Html2canvas have backgroundColor option which is sets background color of captured image. Default value is "#FFFFFF" so if you capture image on web, there will be a white border on...
## Bug Description Date so slow that it can be freeze app. Impossible to use third party date library(much worse perf, 1800x). I found that **local date** is a problem....
It would be good to have a way to group by parameters. ```js const bob = users.fetch(1); ... ... const alice = users.fetch(2, {date: new Date()}); ```