GEREGUR

Results 1 issues of GEREGUR

React docs use object syntax inside useQuery({...}), useMutation({...}) and etc., but Solid requires a function returning an object: useQuery(() => ({ ... })). The current replace rule only prepends ()...

documentation