Why does a migration from v10 to v11 add @ngrx/component-store dependency #5083
sroettering
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
|
hey @sroettering , it actually seems to be a bug (fixed in #5136). So if you're not using |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a good reason why a migration from 10.4.14 to 11.2.5 adds an @ngrx/component-store dependency to my project? I don't even use ngrx at all. Shouldn't it rather be available as an optional package such as @nrwl/jest or something?
All reactions