Skip to content

Commit

Permalink
fix: revert doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Nov 24, 2022
1 parent 6d2c8a4 commit 1c567fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react/faq.zh-CN.md
Expand Up @@ -204,7 +204,7 @@ ConfigProvider.config({

因为历史原因,弹层类组件展示命名并不统一,出现了 `open``visible` 都在使用的情况。这使得非 tsx 用户在开发时遭遇的记忆成本。同样导致新增 feature 时选择何种命名的模棱两可。因而我们希望统一该属性命名,你仍然可以使用原本的 `visible` 它仍然会向下兼容,但是从 v5 起我们将从文档中移除该属性。

## 动态样式有 `:where` 导致旧版浏览器不支持怎么办
## 动态样式有 `:where` 导致旧版游览器不支持怎么办

请参考动态主题文档 [兼容性调整](/docs/react/customize-theme-cn#兼容性调整) 部分内容。

Expand Down

0 comments on commit 1c567fa

Please sign in to comment.