Javascript – React Tab component not updating active tab when Redux store value changes
I am using the Chakra UI Tab component in my React application. I have a number value stored in Redux, and I want to change the active tab based on this value. However, when I update the number value in…