-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
#3324 fix double quotes in prop table and add additional examples #3401
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3401 +/- ##
==========================================
+ Coverage 36.78% 36.87% +0.08%
==========================================
Files 458 458
Lines 10044 10045 +1
Branches 907 913 +6
==========================================
+ Hits 3695 3704 +9
+ Misses 5818 5782 -36
- Partials 531 559 +28
Continue to review full report at Codecov.
|
cafe14a
to
25dd8c1
Compare
Netlify seems to have times out, not a blocker I'd say for this PR |
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.
b0086de
to
3ffeddb
Compare
good catch @Hypnosphi, should be fixed now. |
fixed the missing quotes in source
#3324 fix double quotes in prop table and add additional examples
Issue: fix #3324
What I did
removed quotes and added examples for default props
How to test
Is this testable with Jest or Chromatic screenshots?
Does this need a new example in the kitchen sink apps?
yes
Does this need an update to the documentation?
Please tag your pull request with at least one of the following:
["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]