Closed kybarg closed 7 years ago
Merging #214 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #214 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 40 40
Lines 275 275
Branches 54 54
=====================================
Hits 275 275
Impacted Files | Coverage Δ | |
---|---|---|
src/components/molecules/Modal/index.js | 100% <ø> (ø) |
:arrow_up: |
src/components/atoms/Input/index.js | 100% <ø> (ø) |
:arrow_up: |
src/components/atoms/Label/index.js | 100% <ø> (ø) |
:arrow_up: |
src/components/atoms/Atom/index.js | 100% <ø> (ø) |
:arrow_up: |
src/components/atoms/List/index.js | 100% <ø> (ø) |
:arrow_up: |
test/componentsMock.js | 100% <ø> (ø) |
:arrow_up: |
src/components/molecules/Feature/index.js | 100% <ø> (ø) |
:arrow_up: |
src/components/atoms/HorizontalRule/index.js | 100% <ø> (ø) |
:arrow_up: |
src/components/atoms/Button/index.js | 100% <ø> (ø) |
:arrow_up: |
src/components/atoms/Icon/index.js | 100% <ø> (ø) |
:arrow_up: |
... and 21 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update caa3d45...a2736f5. Read the comment docs.
Awesome. Is there a way to not include prop-types
package in production? Since we use babel-plugin-transform-react-remove-prop-types
(https://github.com/diegohaz/arc/blob/master/.babelrc#L25)
@diegohaz you're right, I will investigate it now.
@diegohaz it looks like PR was made to https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types but not released yet.
git merge
. I did that, but this PR doesn't allow edit from authors :(There's another warning from react-modal
related to this: https://github.com/reactjs/react-modal/issues/367
I approved the PR on styled-components
repo, but didn't see if that's enough to get rid of the warning since styled-components
library itself contains some React.PropTypes
references.
Besides that, it looks very good to me.
@diegohaz nice 👍
Some related packages aren't upgraded yet