Skip to content
New issue

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

fix: warning of useless components #16

Merged
merged 3 commits into from
Aug 29, 2024
Merged

fix: warning of useless components #16

merged 3 commits into from
Aug 29, 2024

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Aug 28, 2024

</Dropdown>
),
Menu: (Menu) => <Menu items={[]} />,
QRCode: (QRCode) => <QRCode value="https://ant.design" />,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ant-design/static-style-extract 是只给antd site用的吗

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不是 site,是 antd 库。

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] environment, filesystem Transitive: eval, shell, unsafe +78 10.5 MB eslintbot

🚮 Removed packages: npm/[email protected])

View full report↗︎

@zombieJ zombieJ merged commit ef75f03 into master Aug 29, 2024
7 checks passed
@zombieJ zombieJ deleted the fix-warning branch August 29, 2024 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSS build for SSR shows warning A warning is displayed when executing extractStyle() in Antd5
2 participants