Hi,
I think I have a trouble with Antd5 and tabs when I use “Repeat element”.
Below their are screens of a simple test project.
In the first, I create two tabs, one with repeat element and the other not. But when I preview my page (second screenshot), only tabs with no repeat element seems to work. Do you ever had this type of things ? Maybe I don’t use correctly the component
Hi, as you are doing a repetition, each tab is having the same tab key in your test project, this makes the behavior of the tabs not controlled and can lead to this weird scenarios, you should make it work by using a dynamic value to indicate the key of each tab.