score:1

Accepted answer

i believe the connect call needs to pass dispatch functions within an object to the mapdispatchtoprops:

export default connect(null, { searchinput })(search);

score:1

export default connect(null, {searchinput})(search);


Related Query

More Query from same tag