V4 Riwayat untuk Aksi Bereaksi atau Panggilan API
onClick={() => {
this.props.actionCreatorName(
this.props.history,
otherParams
);
}}
TheLonelyWolf
onClick={() => {
this.props.actionCreatorName(
this.props.history,
otherParams
);
}}