Ulaş Turan
Results
2
comments of
Ulaş Turan
Hi @Achill113 , Could you try the same case using onChange unless you have a specific reason to use onShow? You can see an example I made by forking your...
The ".splice()" method refers the same array, so it might be more suitable to use the "filter" method as shown below: ``` onTabClose={(e) => { const newTabArray = [...components]; newTabArray.filter((tab,...