React not rerendering component parent based on change in state of child and parent
I am using react-redux toolkit and have state as object stored in redux store. On action dispatch I can see that the target key object and its parent are changed in the redux store (from redux dev tools)