Skip to content

feat: Added keyof in OptionFilterProp - #981

Open
NextThread wants to merge 1 commit into
react-component:masterfrom
NextThread:nextthread
Open

feat: Added keyof in OptionFilterProp#981
NextThread wants to merge 1 commit into
react-component:masterfrom
NextThread:nextthread

Conversation

@NextThread

@NextThreadNextThread commented Sep 17, 2023

Copy link
Copy Markdown

fixes: #930

@vercel

vercelBot commented Sep 17, 2023

Copy link
Copy Markdown

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

NameStatusPreviewCommentsUpdated (UTC)
select❌ Failed (Inspect)Sep 17, 2023 8:44am

@NextThreadNextThread changed the title Added keyof in OptionFilterPropfeat: Added keyof in OptionFilterPropSep 17, 2023
@codecov

codecovBot commented Oct 13, 2023

Copy link
Copy Markdown

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.

❗ 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 
FilesCoverage Δ
src/Select.tsx100.00% <ø> (ø)

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

@yoyo837

Copy link
Copy Markdown
Member

Another code

optionFilterProp?: string,

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use keyof

2 participants

@NextThread@yoyo837