-
Notifications
You must be signed in to change notification settings - Fork 85
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
[Form] StaticInjectorError(AppModule)[ConnectArray -> ConnectBase] #31
Comments
Any updates on this?? It's rather disappointing that over 6 months after this was reported it's still happening with no suggested work around, ETA on a fix, or even acknowledgment from the team running the angular-redux project. |
Unfortunately ConnectArray in its current state does need some love. I would be happy to help if someone can create a reproduction on StackBlitz or similar. |
Easiest repro is honestly the sample in the angular-redux/form README.md (which coincidentally has a syntax error itself specifically it should have Repro is available here: https://stackblitz.com/edit/angular-redux-connectarray-repro |
We found a solution to this issue but it requires overriding how the Here is what I did to fix the issue.
|
Error:
Source:
The error occurred after I added the above code to map an array in redux to the form here. Started the project 2 days ago with latest versions of things. Angular 6, et. al. Please advise!
Related issues:
Environment:
Thanks!
The text was updated successfully, but these errors were encountered: