-
Notifications
You must be signed in to change notification settings - Fork 101
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
Bad isoworker import #105
Comments
Yes, as I mentioned in the original PR, that needs to be |
Yes but I think it won't work without the full path. The solution should be:
But it's an extraneous import so it's dangerous (if isoworker build change). |
I agree, for now I am temporarily removing |
No, the pure |
With With |
I see, so it's an issue with the bundler config that is a bit difficult to change. In that case, does |
BTW, consider trying this solution out: reactioncommerce/reaction-component-library#399 (comment) |
When will this be fixed so we can get the local dependencies back? |
If |
Is this still being worked on? Or is there a workaround? |
[Required] Describe the bug
isoworker
dependency does not provide a default import soisoworker.createContext
raises an error fromindex.mjs
.I face this bug while using
expo-camera
bar code scanner on Web.[Required] Expected behavior
No error.
isoworker
should be imported asimport * as isoworker from 'isoworker'
hereuseWorker/packages/useWorker/src/lib/createWorkerBlobUrl.ts
Line 1 in 011d2a3
At least until
isoworker
has a default export cf 101arrowz/isoworker#2The text was updated successfully, but these errors were encountered: