We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import { HashLink } from 'react-router-hash-link';
The import is as above and it was installed using NPM and @types
I believe it is highly likely that I am doing something wrong but I cannot identify what.
The text was updated successfully, but these errors were encountered:
Install @types/react-router-hash-link (npm/yarn) and save it to your package.json devDependencies
@types/react-router-hash-link
npm
yarn
package.json
devDependencies
Sorry, something went wrong.
It helps me, thanks @scarabaeus
"devDependencies": { "@types/react-router-hash-link": "^2.4.9", },
No branches or pull requests
import { HashLink } from 'react-router-hash-link';
The import is as above and it was installed using NPM and @types
I believe it is highly likely that I am doing something wrong but I cannot identify what.
The text was updated successfully, but these errors were encountered: