-
-
Notifications
You must be signed in to change notification settings - Fork 432
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/lint warning on button test file #1036
Fix/lint warning on button test file #1036
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
3751df0
to
a343c40
Compare
@rluders I have changed the type to fix lint warning. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1036 +/- ##
==========================================
- Coverage 99.54% 93.91% -5.64%
==========================================
Files 163 202 +39
Lines 6621 8458 +1837
Branches 401 465 +64
==========================================
+ Hits 6591 7943 +1352
- Misses 30 515 +485
☔ View full report in Codecov by Sentry. |
@nigellima WDYT? |
a343c40
to
2179901
Compare
2179901
to
d35789f
Compare
d35789f
to
4f6d249
Compare
4f6d249
to
7879568
Compare
@rluders should I close this PR? |
I actually missed this one, didn't have time to test it. Maybe @SutuSebastian could also give some feedback here. |
My only question is:
|
Yes, it seems to be for this reason. |
7879568
to
983d960
Compare
adding the null option to accept if the "as" property was null
983d960
to
1310c99
Compare
Then we're all good here |
Summarize the changes made and the motivation behind them.
Reference related issues using
#
followed by the issue number.If there are breaking API changes - like adding or removing props, or changing the structure of the theme - describe them, and provide steps to update existing code.