-
Notifications
You must be signed in to change notification settings - Fork 51
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
TypeError: dropzone__WEBPACK_IMPORTED_MODULE_1__ is not a constructor #151
Comments
SOLVED: It was just uninstall the 2 packages: npm uninstall ngx-dropzone-wrapper and them install again the packages in the newest version: npm i dropzone |
@Cristhianzl |
Hello Nasco, Im using these versions: Maybe if you update your dropzone-wrapper as I did, works! |
Hi, |
Thats what the package lock files are for, making certain that certain versions are installed. At least can not see any other reason than your installed package versions changing. |
I use angular 13 and version 11.0.0 but reproduce this issue |
verison 11.0.0 has this issue for me. Downgrading to 10.0.1 or using the other package above works for me |
I have the same problem with version 7, 8 and 11. Only version 10 works for me. Angular version 7.2.16 |
Still seeing this issue with Angular 14 with version 11 |
Same issue Added in .ts file in angular project: Angular version: "@angular/core": "^5.2.4", Can you give any idea how to fix this issue. |
this issue appears to still exist in the version 12? This seems like a pretty bad issue... and updates on an actual resolution? |
Seeing this for the first time, with an upgrade to Angular 14.2.5. Is there a known workaround? Thank you. |
This did not work. |
|
Hello same problem with library version 14 and angular 14. I am unable to use this component anymore. Does not work with angular 13 as well. Is there any updates on this issue? × Compiling with Angular sources in Ivy full compilation mode. 52 static ɵdir: i0.ɵɵDirectiveDeclaration<DropzoneDirective, "[dropzone]", ["ngxDropzone"], { "disabled": "disabled"; "config": "dropzone"; }, { "DZ_INIT": "init"; "DZ_ERROR": "error"; "DZ_SUCCESS": "success"; "DZ_SENDING": " |
@lazaro3487 It's been awhile, and I don't remember what has happened in the interim, but I am using ngx-dropzone-wrapper 13.0.0 with Angular 15 and it was working with Angular 14 as well. |
Hello,
All the dropzones that I'm using in my project stoped working from nothing.
I tried to go to in the past few weeks commits and check if was something new in the project, but seems like Angular just dont reconize the component.
Does anyone knows how to fix it?
Thanks a lot!
The text was updated successfully, but these errors were encountered: