-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
can't find react-qrious module #108
Comments
Sorry for delay, can you provide a runnable reproduction? I have no idea without it. |
same error with me. I had to use a older version |
@pereirapy Please provide a runnable reproduction? |
https://codesandbox.io/s/reverent-shape-dbh50?file=/src/App.js |
@pereirapy Thanks for your reproduction. Please try react-qrious@2.5.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I started a project with create-react-app and have been able to add many modules, except those that draw qr codes.
I installed qrious and react-qrious with npm and I can see them in the "node-modules" directory. When I try to do
and do
npm run start
I getI am developing with WebStorm and Webstorm thinks the import is valid, clicking on QRious finds the file it is defined in.
How do I fix this?
The text was updated successfully, but these errors were encountered: