chrismcc
chrismcc
**Describe the bug** Invoking `useQuery` or `useMutation` with a regular function call (instead of a tagged template literal) + Provider triggers invariant variation: ``` useQuery requires a URL to be...
Looks like package.json has been updated to 3.0.0, but NPM is still out of date. Can we get a release cut?
I applaud the inclusion of _any_ security in a demo project such as this. Because security is specifically mentioned in the [blog post](http://www.rethinkdb.com/blog/cats-of-instagram/), I thought it might be good to...
### Reproduction https://stackblitz.com/edit/remix-run-remix-xsdwha?file=app%2Froutes%2F_index.tsx Just this triggers it when you don't have a default export (making it a resource route) ``` export const loader = async () => { return null;...