-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
8e42568
to
aeb71d2
Compare
Codecov Report
@@ Coverage Diff @@
## master #438 +/- ##
=======================================
Coverage 88.47% 88.47%
=======================================
Files 41 41
Lines 1432 1432
Branches 206 181 -25
=======================================
Hits 1267 1267
Misses 161 161
Partials 4 4
Continue to review full report at Codecov.
|
7da3788
to
beaadfc
Compare
5ccc733
to
3bf1f17
Compare
docs/src/components/ComponentDoc/ComponentProp/ComponentPropFunctionSignature.tsx
Outdated
Show resolved
Hide resolved
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.
have left several minor comments - overall looks very good to me 👍 Please, consider to review changes made for the sorting procedure for dataMock
- have some doubts there.
One thing that really raises concerns is that we have to use key as ..
for docs examples - while the goal is to avoid any TS artifacts from these snippets. At the same time, should emphasize that this is definitely not the problem of this PR, but rather is a broader issue.
Thanks!
3bf1f17
to
3e04a92
Compare
@levithomason @layershifter @kuzhelov |
3e04a92
to
5fb3309
Compare
docs/src/components/ComponentDoc/ComponentProp/ComponentPropFunctionSignature.tsx
Outdated
Show resolved
Hide resolved
docs/src/components/ComponentDoc/ComponentProp/ComponentPropFunctionSignature.tsx
Outdated
Show resolved
Hide resolved
b1c8d40
to
4fdef94
Compare
Fix for adding
lodash
types. Closes #420