1 questions from the last 7 days
-3
votes
0
answers
40
views
Redux state not updating in React component after dispatching action [closed]
I’m building a React project with Redux for state management. I have an action that updates the state, but my component doesn’t reflect the updated state even after dispatching the action.
Code (slice ...