react-component / select

React Select
https://select.react-component.now.sh/
MIT License
892 stars 452 forks source link

feat: Added keyof in OptionFilterProp #981

Open NextThread opened 9 months ago

NextThread commented 9 months ago

fixes: #930

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
select ❌ Failed (Inspect) Sep 17, 2023 8:44am
codecov[bot] commented 8 months ago

Codecov Report

Merging #981 (2a6338d) into master (b5fccbd) will not change coverage. Report is 4 commits behind head on master. The diff coverage is n/a.

:exclamation: Current head 2a6338d differs from pull request most recent head cea869e. Consider uploading reports for the commit cea869e to get more accurate results

@@           Coverage Diff           @@
##           master     #981   +/-   ##
=======================================
  Coverage   99.78%   99.78%           
=======================================
  Files          38       38           
  Lines        1373     1373           
  Branches      400      375   -25     
=======================================
  Hits         1370     1370           
  Misses          3        3           
Files Coverage Δ
src/Select.tsx 100.00% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

yoyo837 commented 8 months ago

Another code https://github.com/react-component/select/blob/83d5af3ceeef49349b8e767175b0f4450f5cfb97/src/hooks/useFilterOptions.ts#L15