-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix(render): add default type for Queries parameter #871
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7f1008e:
|
Codecov Report
@@ Coverage Diff @@
## master #871 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 140 140
Branches 26 26
=========================================
Hits 140 140 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Could you add a test to types/test.tsx
? I guess you could just paste e the code that was previously working.
OK. Please wait while I add the test. |
@solufa Awesome, thanks! |
@all-contributors Add @solufa for bugs and code |
I've put up a pull request to add @solufa! 🎉 |
🎉 This PR is included in version 11.2.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Fixed type definition
Why:
v11.2.3
v11.2.4
v11.2.4-fixed
PR
How:
I added default type to render's first parameter
Checklist:
docs site