A clear and concise description of the problem...
After adding the statement `ngxsForm="user.editForm"`, an error occurs; without it, everything works normally.
## 🔬 Minimal Reproduction
https://github.com/qq253498229/error004
`src/app/modules/user/user-edit-form/user-edit-form.component.html`
## 🔥 Exception or Error
Libs:
- @angular/core version: 17.0.0
- @ngxs/store version: 3.8.1
- @ngxs/form-plugin version: 3.8.1
Browser:
- [x] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: v18.18.0
- Platform: macOS 13.6 (22G120)
Others:
Affected Package
@ngxs/form-plugin
Is this a regression?
no
Description
A clear and concise description of the problem... After adding the statement `ngxsForm="user.editForm"`, an error occurs; without it, everything works normally. ## 🔬 Minimal Reproduction https://github.com/qq253498229/error004 `src/app/modules/user/user-edit-form/user-edit-form.component.html` ## 🔥 Exception or ErrorEnvironment