-
Notifications
You must be signed in to change notification settings - Fork 21
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
Import errors #5
Comments
Seconded, it's not clear at all how #3 could be suddenly working for anyone. I haven't had much time to play with it, but the issues I see are:
I haven't had much time to test, but it seems the following changes to Remove:
Change:
to:
If I have time, I'll throw together a very small PR for this, but please don't wait up for it. |
Installed the package from npm and I'm having the exact same issue. |
I'm having the same issues. Running react 16.8.4 |
Similar to #3 I am getting
./node_modules/reactive-qr/dist/index.js Attempted import error: './qr_decode.worker' does not contain a default export (imported as 'QRWorker')
When running a minimal example. I am using HTTPS.
The text was updated successfully, but these errors were encountered: