ant-design / antd-style

css-in-js library with antd v5 token system

Home Page:https://ant-design.github.io/antd-style/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typography.Text 样式闪烁

Vsion opened this issue · comments

🧐 问题描述

image
每次刷新的时候
<Typography.Text ellipsis>{user.name}</Typography.Text>
闪一下再正常
image
感觉是这行 classname 加载的问题,

"antd": "^5.12.6", "antd-mobile": "^5.34.0", "antd-style": "^3.6.1", "next": "14.0.4",

💻 示例代码

🚑 其他信息

image
去掉这个类名之后和第一张图现象一样

这个和 antd-style 有啥关系?