Skip to content
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

Angular 17: Cannot read properties of undefined (reading 'properties'). Project dead? #649

Closed
gregoriusus opened this issue Apr 10, 2024 · 0 comments

Comments

@gregoriusus
Copy link

Describe the bug

I think validators don't work in Angular 17. I get error when using simple form example:
this.rxForm = this.formBuilderRx.formGroup(new User());

core.mjs:7494 ERROR TypeError: Cannot read properties of undefined (reading 'properties')
at RxFormBuilder.checkObjectPropAdditionalValidation (rxweb-reactive-form-validators.mjs:5812:39)
at RxFormBuilder.formGroup (rxweb-reactive-form-validators.mjs:6055:14)

Expected Behavior

To Reproduce

Url (stackblitz or plunker or other)

Package Version

@rxweb/@

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant