-
Notifications
You must be signed in to change notification settings - Fork 55
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
got error after update to ng 10.0.1 #39
Comments
Angular 10.0.1 Error occurred when applying [min] or [max] to input field.
Stacktrace: |
Same here...here is the stack trace I get in VS Code if it helps:
|
Same also in my case. If you use version 8.0.0 then it will compile successfully without any error. |
I am getting similar error for range directive vendor.js:18233 ERROR TypeError: Cannot read property 'firstCreatePass' of null Also in visual studio code, I see this warning... Can't bind to 'range' since it isn't a known property of 'x'.
|
I have the same error after update to angular 10
Is there any solution to that??? |
downgrade ngx-custom-validators to version 8.0.0 is worked fine for me |
@felixng1028 Thanks, it's working. |
We are experiencing the same problem after updating Angular to v10 (kubermatic/dashboard#2456). |
Thanks, it worked perfectly |
Released with 10.0.0, please reopen the issue if necessary. |
Same error after upgrading to angular 11. Using ngx-validators@10. Test snippet:
|
thank you it solved |
Types of parameters 'control' and 'control' are incompatible.
Type 'import("D:/Workspace/Frontend/playable/node_modules/@angular/forms/forms").AbstractControl' is not assignable to type 'import("D:/Workspace/Frontend/playable/node_modules/ngx-custom-validators/node_modules/@angular/forms/forms").AbstractControl'.
Types of property 'validator' are incompatible.
Type 'import("D:/Workspace/Frontend/playable/node_modules/@angular/forms/forms").ValidatorFn' is not assignable to type 'import("D:/Workspace/Frontend/playable/node_modules/ngx-custom-validators/node_modules/@angular/forms/forms").ValidatorFn'.
Types of parameters 'control' and 'control' are incompatible.
Type 'import("D:/Workspace/Frontend/playable/node_modules/ngx-custom-validators/node_modules/@angular/forms/forms").AbstractControl' is not assignable to type 'import("D:/Workspace/Frontend/playable/node_modules/@angular/forms/forms").AbstractControl'.
Types have separate declarations of a private property '_parent'.
The text was updated successfully, but these errors were encountered: