Ok, I found the cause. Someone installed on the project history v5, but it is not compatible with connected-react-router v6 so I installed history v4 and not it works.
put in the terminal this:
npm install [email protected]
and it will work