Open JackClown opened 2 years ago
Any update on this matter?
@afc163
Modal has similar problem that it will delay children nodes rendering with antd@4.24.x
the rendering order is different as we think in the normal
@zombieJ
I have a similar issue with flickering and render lag
Reproduction link
Steps to reproduce
click Tab 2
What is expected?
console shows
tab 2 ref <div>Content of Tab Pane 2</div>
What is actually happening?
tab 2 ref null
it works fine at antd@4.21.6. maybe it is caused by the rc-tabs using rc-motion which delays child node mounting after active changed