-
-
Notifications
You must be signed in to change notification settings - Fork 334
feat: improve hovering experience #106
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
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/picker/edlv1rsb4 |
本地编译成功了,不知道为啥CI中失败了,看错误是 我暂时先把 |
Codecov Report
@@ Coverage Diff @@
## master #106 +/- ##
=======================================
Coverage 99.57% 99.58%
=======================================
Files 43 44 +1
Lines 1902 1920 +18
Branches 578 583 +5
=======================================
+ Hits 1894 1912 +18
Misses 6 6
Partials 2 2
Continue to review full report at Codecov.
|
|
const parseLocale = (locale: string) => { | ||
const mapLocale = localeMap[locale]; | ||
return mapLocale || locale.split('_')[0]; | ||
return (mapLocale || locale.split('_')[0]) as LocalePresetType; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ci 报错了。
src/generate/dayjs.ts(38,49): error TS2304: Cannot find name 'LocalePresetType'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
估计 dayjs 又改了 = =
#25050
@afc163 @zombieJ
试试功能有没有问题,没问题晚上回去我把测试补上。