Store not updated in redux?
问题 In the "Favorite List" reducer I have two helper function "Add/Remove" item from the array the Add work well but Remove it does not update the store in the actual time, because I have a checker in my UI that checks if this song_id in the array or not and bassed on it I update the heart icon BUT it does not work well when I dispatch the remove Action, In Other Words " Not Re-render the component "!. Action File import {ADD_TO_FAVORITE, REMOVE_FROM_FAVORITE} from './types'; export const