Antd tabs component tab sub-component appends a new parent tab

uses the Tabs component of Ant Design. How do I append a new parent tab through the child button event in the existing tab?

Dec.13,2021

Tabs is generated through an array in state . As long as a new item is added to the array, a new Tab can be generated
see the official example, by adding a new item, and then using setState to trigger re-rendering

.
  https://codepen.io/XYShaoKang.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7c3576-2aab1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7c3576-2aab1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?