react-component / select

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

fix: React 18.3 warning #1046

Closed zombieJ closed 1 month ago

zombieJ commented 1 month ago

最好的解法是底层需要把相关组件都翻成 nativeElement 再通过 rc-util/findDOMNode 代理掉元素查询。不过工程略大,先在 Select 侧做一个兜底。

vercel[bot] commented 1 month ago

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

Name Status Preview Comments Updated (UTC)
select ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 17, 2024 1:33pm
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.20%. Comparing base (61628c5) to head (f668bd4). Report is 9 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1046 +/- ## ========================================== - Coverage 99.78% 98.20% -1.59% ========================================== Files 38 39 +1 Lines 1398 1446 +48 Branches 391 432 +41 ========================================== + Hits 1395 1420 +25 - Misses 3 26 +23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.