type Props1 = // (DispatchProps & StateProps); WHY DON'T YOU WORK FLOW!!!!!!!!! { isPlaying: boolean, }; type Props2 = { // (DispatchProps & StateProps); WHY DON'T YOU WORK FLOW!!!!!!!!! isPlaying: boolean }; type Props3 = { // (DispatchProps & StateProps); WHY DON'T YOU WORK FLOW!!!!!!!!! isPlaying: boolean };