-
-
Notifications
You must be signed in to change notification settings - Fork 53.5k
Closed
Labels
🐛 BugAnt Design Team had proved that this is a bug.Ant Design Team had proved that this is a bug.👷🏻♂️ Someone working on it
Description
Reproduction link
https://stackblitz.com/edit/react-ts-2nwidc?file=App.tsx
Steps to reproduce
import * as React from 'react';
import { Skeleton } from 'antd';
import 'antd/dist/antd.dark.css';
export default function App() {
return <Skeleton active />;
}
What is expected?
This was working before v4.21
. In v4.20
, it works. Demo.
What is actually happening?
The skeleton is white, and you can't see the animation. It looks very bad when rest of page is dark.
Environment | Info |
---|---|
antd | 4.21.3 |
React | 18.2.0 |
System | StackBlitz |
Browser | Microsoft Edge: 102.0.1245.41 (Official build) (64-bit) |
This bug did not exist in v4.20
- https://stackblitz.com/edit/react-ts-wrhkry
Metadata
Metadata
Assignees
Labels
🐛 BugAnt Design Team had proved that this is a bug.Ant Design Team had proved that this is a bug.👷🏻♂️ Someone working on it