This error generally occurs due to version incompatibility of redux and redux-thunk
you can try using the compatible version then it will work
try installing the existing version then install below version
as it has resolved my issue, can try this
npm install [email protected] [email protected]