-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
[BUG]: Unable to resolve some modules (conflict with other package) #991
Comments
Hi @simplecommerce. Yes, we introduced ESM build in #986 (it got released in 3.5.2) but I see no reason why it would cause such an issue. Could you create a minimal reproduction? Or is importing both |
@radekmie It only seems to kick in when I import From the research I did, its because https://github.com/standard-things/esm/blob/master/esm.js#L57 When I googled on the internet the error message I found this closed issue: I just didn't know how to actually fix it, if its something that has to be modified in your library, threads or it would have to go all the way to esm ? Here is the test I was using https://github.com/simplecommerce/bug-uniforms-threads-esm |
Thanks for the reproduction! I'm checking it right now. |
Found it. The thing is, that we do specify both In any case, we'll fix that by prefixing these paths with |
@radekmie Awesome, thanks for digging and finding the root issue, if you want you could create an issue on their repo and link them to your findings. Thanks for your help and time I appreciate it! |
@kestarumper Could you prepare a fix for this? Simply adding |
Hi,
I just noticed an issue with the latest version 3.5.2 when trying to use it with another package that I am using called threads.
https://github.com/andywer/threads.js
My project is running on MeteorJS and when I import
uniforms
in my App, and have the threads package installed, if I run my app.I get this error:
If I go back to 3.5.1 the App compiles and runs with no issue.
I am assuming something changed in the latest version?
The text was updated successfully, but these errors were encountered: