-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Describe the bug
we are displaying the tabs when user option it(button click ) we are updating array with new value(array size will increase) for the first time tab loop is rendering immediately and tab is displaying immediately in uI side
when user option for second time(button click) we are updating array with new values(array size will increase) but the tab(loop) is not rendering in uI side when array is updated also with new values (array length increase ) when we click 3th time or on clicking first tab the new lee added tab is displaying
Expected behavior
the loop should render immediately when array is updated and new lee add tab should display
Screenshots
I have attached the screen of the code we have implemented
Additional context
Add any other context about the problem here.
Add labels
Add any applicable label like the concerned components or the target version of the fwk where the bug has been found.