ant-design/ant-design

Tabs结合Popover会渲染两次Popover

Open

#27,699 opened on Nov 11, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (98,031 stars) (54,612 forks)batch import
Inactivehelp wanted🐛 Bug

Description

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

https://stackblitz.com/edit/react-ua4iau?file=index.js

Steps to reproduce

Tabs中addIcon, 使用Popover ,通过 visible 属性控制浮层显示。会出现两个Popover

What is expected?

只出现一个Popover

What is actually happening?

会出现两个Popover

Environment Info
antd 4.8.2
React 16.8.6
System window7
Browser Google

Contributor guide