You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[x] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
The Changelog.md lists upgrade to Angular 14 in the Breaking Changes Section for Version 6.0.0. But the referenced PR shows an Update to Version 15 e040211. The Problem being that Version 6.0.0 does not seem to work with Angular 14. Following error during build:
I get the same TS2707 error as reported by @gebs when attempting to install @ngneat/helipopper@6.3.0 in our Angular 14.2.7 project, even after deleting node_modules and package-lock.json and then performing a fresh npm install.
Installing and configuring ngneat/helipopper@5.1.4 works without error.
I'm submitting a...
Current behavior
The Changelog.md lists upgrade to Angular 14 in the Breaking Changes Section for Version 6.0.0. But the referenced PR shows an Update to Version 15 e040211. The Problem being that Version 6.0.0 does not seem to work with Angular 14. Following error during build:
Expected behavior
The Changelog.md should show the dependency to Angular 15 (and not Angular 14) for Version 6.0.0.
The text was updated successfully, but these errors were encountered: