ctrlplusb / react-tree-walker

Walk a React (or Preact) element tree, executing a "visitor" function against each element.
MIT License
345 stars 34 forks source link

Fix issue with nested children, update unit tests, close #9 #10

Closed grxy closed 7 years ago

grxy commented 7 years ago

I am hoping to use this project soon, so getting this released (if it makes sense to you) would be awesome!

codecov[bot] commented 7 years ago

Codecov Report

Merging #10 into master will decrease coverage by 1.42%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   87.14%   85.71%   -1.43%     
==========================================
  Files           1        1              
  Lines          70       70              
==========================================
- Hits           61       60       -1     
- Misses          9       10       +1
Impacted Files Coverage Δ
src/index.js 85.71% <100%> (-1.43%) :arrow_down:

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 9fcb690...387a9e9. Read the comment docs.

ctrlplusb commented 7 years ago

Apologies. Life hit me of recent. Shall get to soon. 👍

grxy commented 7 years ago

@ctrlplusb No worries. Appreciate the update!