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
This error occurs when trying to import in a Typescript project:
Seems to be fixed by added "types" to the export in the package.json:
The text was updated successfully, but these errors were encountered:
Hey, @MDransfeld. Thank you so much for taking the time to point this out
Sorry, something went wrong.
Hi! Any plans to fix this issue? :)
I temporarily fixed this by adding the path to the tsconfig file like this:
tsconfig
{ "compilerOptions": { "paths": { "react-router-prompt": ["node_modules/react-router-prompt/dist/index.d.ts"] } }, }
Thanks @sweethuman for the PR. I will take a look at it shortly.
Successfully merging a pull request may close this issue.
This error occurs when trying to import in a Typescript project:
Seems to be fixed by added "types" to the export in the package.json:
The text was updated successfully, but these errors were encountered: