-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.2.3
Environment
在线环境
Reproduction link
Steps to reproduce
基于官方提供的主题章节中的代码codesandbox进行修改测试的。
What is expected?
内部使用config-provider组件修改token,应该仅响应子组件,不应该对其父组件及其父组件的其他组件造成影响
What is actually happening?
当把 button 组件 嵌套进 config-provider组件修改主题色后,config-provider外层的组件也同样被修改了主题色,受到了此组件的影响