-
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
Cannot read property 'firstCreatePass' of null #47
Comments
Windows 10 |
Same issue in Angular 11.0.1. Downgrading ngx-custom-validators to 8.0.0 still works as a workaround. |
Using |
I don't seem to be getting this error anymore. |
It worked (on ver 11.0.1) briefly for Angular 11.0.9, but now with Angular 11.1.x, it's broken again (with the error from this issue). Additionally during
|
Not work with |
Also broken in Angular 12.0.1. |
Of course it is. |
I seem to get this error only if I bind min or minDate property to input, removing binding works. Not sure what's the problem. |
Hi, although I'm not using ngx-custom-validators, I managed to get a similar error. I fixed the error just by adding the following tp tsconfig.json:
to the |
We still have an issue after upgrading
ngx-custom-validators
from8.0.0
to10.0.0
using Angular 10.HTML
Error in console
Environment information
The text was updated successfully, but these errors were encountered: