-
Notifications
You must be signed in to change notification settings - Fork 154
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: style bug in dark mode #1287
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1287 +/- ##
=======================================
Coverage 99.99% 99.99%
=======================================
Files 858 858
Lines 14726 14726
Branches 1589 1589
=======================================
Hits 14725 14725
Misses 1 1 ☔ View full report in Codecov by Sentry. |
好像还不是 ssr 的问题,是因为我们正式环境进行文档构建时: {
"scripts": {
"build:docs": "pnpm i [email protected] [email protected] -w && dumi build",
}
} 使用的是 [email protected] 版本的,我试了一下,只要装了这个版本的 react, 就是不是 ssr 也一样有问题 |
我在 #1300 这里处理了 |
[中文版模板 / Chinese template]
💡 Background and solution
🔗 Related issue link
fix #1286