Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: No React warning for pass invalidate dom props #757

Merged
merged 3 commits into from
May 12, 2022
Merged

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented May 12, 2022

@vercel
Copy link

vercel bot commented May 12, 2022

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

Name Status Preview Updated
select ✅ Ready (Inspect) Visit Preview May 12, 2022 at 9:42AM (UTC)

@codecov
Copy link

codecov bot commented May 12, 2022

Codecov Report

Merging #757 (78b29e8) into master (65c96dd) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #757   +/-   ##
=======================================
  Coverage   99.50%   99.50%           
=======================================
  Files          25       25           
  Lines        1011     1018    +7     
  Branches      320      337   +17     
=======================================
+ Hits         1006     1013    +7     
  Misses          4        4           
  Partials        1        1           
Impacted Files Coverage Δ
src/OptionList.tsx 99.29% <ø> (+0.01%) ⬆️
src/Select.tsx 100.00% <0.00%> (ø)
src/BaseSelect.tsx 100.00% <0.00%> (ø)
src/SelectTrigger.tsx 100.00% <0.00%> (ø)
src/hooks/useOptions.ts 100.00% <0.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@zombieJ zombieJ merged commit 223a545 into master May 12, 2022
@zombieJ zombieJ deleted the non-dom-props branch May 12, 2022 09:47
Sign up for free to 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.

Select组件options属性传自定义对象数组时,出现警告报错。
1 participant