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

Upload组件在设置了放弃动画的条件下, 删除时动画交互异常 #48505

Open
jackple opened this issue Apr 17, 2024 · 1 comment
Labels
🐛 Bug Ant Design Team had proved that this is a bug.

Comments

@jackple
Copy link

jackple commented Apr 17, 2024

前提:

const config: ThemeConfig = {
    components: {
      Upload: {
        motion: false,
        algorithm: true,
      },
    },
  };

Reproduction link

Edit on StackBlitz

Steps to reproduce

删除中间的某个文件

如视频:

antd_bug_.mp4

What is expected?

正常展示

What is actually happening?

动画异常

Environment Info
antd 5.16.2
React 18.2.0
System mac
Browser chrome v123
Copy link

stackblitz bot commented Apr 17, 2024

Fix this issue in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.

@jackple jackple closed this as completed Apr 17, 2024
@jackple jackple reopened this Apr 17, 2024
@MadCcc MadCcc added 🐛 Bug Ant Design Team had proved that this is a bug. and removed unconfirmed labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Ant Design Team had proved that this is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants