menu icon indicating copy to clipboard operation
menu copied to clipboard

fix: typeof openKeys can be React.Key

Open xyuanbuilds opened this issue 5 years ago • 1 comments

when get keys in onOpenChange to set openKeys, type mismatch. maybe use React.Key is better.

xyuanbuilds avatar Oct 30 '20 11:10 xyuanbuilds

Codecov Report

Merging #347 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #347   +/-   ##
=======================================
  Coverage   95.49%   95.49%           
=======================================
  Files          11       11           
  Lines         888      888           
  Branches      265      265           
=======================================
  Hits          848      848           
  Misses         40       40           
Impacted Files Coverage Δ
src/Menu.tsx 98.12% <ø> (ø)

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 2a5e6cb...1111176. Read the comment docs.

codecov[bot] avatar Oct 30 '20 12:10 codecov[bot]