-
-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query component requires client and key in props #219
Comments
Your code looks about right. Can you confirm which version you are currently using? |
Using latest 1.0.4 |
Looks like there were a couple of things that caused this. There's a PR to fix the issue. Would strongly recommend that you look into upgrading react and using the hooks implementation if possible. |
Very fast response! This is exactly the patch I had in mind.Hope it get's merged soon. |
I'll pressure @kitten to approve 👿 |
I am using uql with typescript and I have a problem with
none of the examples show the
<Query />
component with these two props yet they are required.Either the typing is wrong or all the examples need amending. I am thinking the former.
The text was updated successfully, but these errors were encountered: