We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
使用最新版next.js 13.5.5 + Antd 5.10.1 + Procomponents 2.6.30时,antd设置的自定义主题样式错误。我在Antd中开启了ssr StyledComponentsRegistry,初始化的样式是对的,但是点击输入框之后,会丢失自定义样式。(在我自己的项目里面,看到protable的搜索按钮样式为默认样式,好像没有获取到我的自定义样式配置)还有Procomponents 文档中好像没怎么提到自定义样式?
启动项目,点击输入框,发现输入框变回默认样式了
输入框的样式跟自定义样式一致
https://github.com/CSpy163/test-ssr
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🐛 bug 描述
使用最新版next.js 13.5.5 + Antd 5.10.1 + Procomponents 2.6.30时,antd设置的自定义主题样式错误。我在Antd中开启了ssr StyledComponentsRegistry,初始化的样式是对的,但是点击输入框之后,会丢失自定义样式。(在我自己的项目里面,看到protable的搜索按钮样式为默认样式,好像没有获取到我的自定义样式配置)还有Procomponents 文档中好像没怎么提到自定义样式?
📷 复现步骤
启动项目,点击输入框,发现输入框变回默认样式了
🏞 期望结果
输入框的样式跟自定义样式一致
💻 复现代码
https://github.com/CSpy163/test-ssr
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: