Closed erikras closed 6 years ago
Merging #3 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #3 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 4 4
Lines 44 46 +2
Branches 5 6 +1
=====================================
+ Hits 44 46 +2
Impacted Files | Coverage Ξ | |
---|---|---|
src/ExternallyChanged.js | 100% <100%> (ΓΈ) |
:arrow_up: |
src/OnBlur.js | 100% <100%> (ΓΈ) |
:arrow_up: |
src/OnChange.js | 100% <100%> (ΓΈ) |
:arrow_up: |
src/OnFocus.js | 100% <100%> (ΓΈ) |
:arrow_up: |
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 3e382c8...f6ce59e. Read the comment docs.
Fixes #2.
Also migrated from
componentWillUpdate
tocomponentDidUpdate
in compliance with React.