Alejandra Buznego
Alejandra Buznego
@deadtrickster any insight? thanks!!
@revati 🙏 any update on getting that PR in? I am seeing this warning as well.
@narrowtux Can you check this out when you get a chance? I would love to be able to use this library. 🙏
> My workaround (simplified): > > ```js > const useImperativeQuery = (query) => { > const { refetch } = useQuery(query, { skip: true }); > > const imperativelyCallQuery =...