You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The full export isn't working as expected, because selectors like :where(.css-190m0jy) are not applied without @ant-design/cssinjs. Why is it important?
I can use @ant-design/cssinjs, but the initial server request time for each user will be approximately 2.7-3 seconds. This is unacceptable for modern applications. It's needed a way to include styles without specifying pseudo-classes to include styles using the link element.
The text was updated successfully, but these errors were encountered:
and by the way, this is a antd underlying dependency, but why does this repo seem to have no active maintenance, this bug has been hanging for over a year
The full export isn't working as expected, because selectors like
:where(.css-190m0jy)
are not applied without@ant-design/cssinjs
.Why is it important?
I can use
@ant-design/cssinjs
, but the initial server request time for each user will be approximately 2.7-3 seconds. This is unacceptable for modern applications. It's needed a way to include styles without specifying pseudo-classes to include styles using thelink
element.The text was updated successfully, but these errors were encountered: