It looks like there's also a missing dev dependency: @types/react-router-dom. You have it in your repo's package.json, but it's not listed above as a dependency to install. It is needed for LinkProps.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
It looks like there's also a missing dev dependency:
@types/react-router-dom. You have it in your repo'spackage.json, but it's not listed above as a dependency to install. It is needed forLinkProps.