I was using this code to remove a tab element . Of course I validate if the tab is null and the tab count. But I still receiving that error.
rootBinding?.tabs?.removeTabAt(TOYS_TAB_POSITION_INDEX)
I was using this code to remove a tab element . Of course I validate if the tab is null and the tab count. But I still receiving that error.
rootBinding?.tabs?.removeTabAt(TOYS_TAB_POSITION_INDEX)
Copyright © 2021 Jogjafile Inc.

I fixed it doing the following: