bencripps / react-redux-grid

A React Grid/Tree Component written in the Redux Pattern
http://react-redux-grid.herokuapp.com/
MIT License
446 stars 63 forks source link

bug #192 -Added unique key to EmptyCells #193

Closed Vanderslice closed 6 years ago

Vanderslice commented 6 years ago

Fix for bug #192

codecov-io commented 6 years ago

Codecov Report

Merging #193 into master will decrease coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
- Coverage   75.78%   75.76%   -0.03%     
==========================================
  Files         111      111              
  Lines        5097     5096       -1     
  Branches      366      366              
==========================================
- Hits         3863     3861       -2     
  Misses        957      957              
- Partials      277      278       +1
Impacted Files Coverage Δ
src/components/layout/table-row/row/EmptyCell.jsx 57.14% <ø> (-9.53%) :arrow_down:
src/components/layout/table-row/row/Cell.jsx 81.81% <100%> (ø) :arrow_up:
src/components/layout/table-row/Row.jsx 46.46% <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 1d179a4...88a45fc. Read the comment docs.