jaredLunde / exploration

⛵ Primitives for creating high performance file explorers with React
https://codesandbox.io/s/basic-example-p1udcm?file=/src/App.tsx
MIT License
52 stars 4 forks source link

fix: remove unnecessary useMemos #24

Closed jaredLunde closed 2 years ago

jaredLunde commented 2 years ago
codesandbox-ci[bot] commented 2 years ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 7739d90c51248538538262e589f087e8e26a35ab:

Sandbox Source
jaredLunde/exploration Configuration
codecov-commenter commented 2 years ago

Codecov Report

Merging #24 (7739d90) into main (3218440) will increase coverage by 0.51%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   94.12%   94.63%   +0.51%     
==========================================
  Files          26       26              
  Lines        1429     1417      -12     
  Branches      383      382       -1     
==========================================
- Hits         1345     1341       -4     
+ Misses         82       74       -8     
  Partials        2        2              
Impacted Files Coverage Δ
src/use-dnd.ts 95.37% <100.00%> (+0.04%) :arrow_up:
src/use-roving-focus.ts 100.00% <100.00%> (ø)
src/tree/leaf.ts 76.47% <0.00%> (-1.31%) :arrow_down:
src/use-hotkeys.ts 96.12% <0.00%> (-0.09%) :arrow_down:
src/tree/tree.ts 96.55% <0.00%> (-0.04%) :arrow_down:
src/test/utils.ts 100.00% <0.00%> (ø)
src/tree/branch.ts 100.00% <0.00%> (ø)
src/use-resize-observer.ts 100.00% <0.00%> (ø)
src/file-tree.ts 97.40% <0.00%> (+0.03%) :arrow_up:
... and 6 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 7427b74...7739d90. Read the comment docs.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.5.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: