Closed gdetrez closed 6 years ago
Merging #335 into master will decrease coverage by
3.09%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #335 +/- ##
=========================================
- Coverage 37.57% 34.47% -3.1%
=========================================
Files 172 135 -37
Lines 16430 15494 -936
Branches 2890 2786 -104
=========================================
- Hits 6173 5342 -831
+ Misses 9848 9751 -97
+ Partials 409 401 -8
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 79353dd...1e53921. Read the comment docs.
The React lifecycle method called when props are updated is named
componentWillReceiveProps
, notwillRecieveNewProps
.