timdeschryver / ngrx-immer

Immer wrappers around NgRx methods createReducer, on, and ComponentStore
https://www.npmjs.com/package/ngrx-immer
MIT License
117 stars 7 forks source link

ngrx-immer is failing to build after release of latest version #30

Closed BhavyaGulaiah closed 1 month ago

BhavyaGulaiah commented 1 month ago

Hi Tim,

ngrx-immer is failing to build with the following error : 73.01 Error: node_modules/ngrx-immer/store/index.d.ts:1:22 - error TS6053: File '/app/node_modules/ngrx-immer/store/index.ngtypecheck.d.ts' not found. 73.01 73.01 1 ///

The version currently used in package.json is "^2.0.1". The build is failing after the new major version 2.2.2. Can you please let me know the dependencies.

timdeschryver commented 1 month ago

Hi @BhavyaGulaiah , I was unable to reproduce this. Please provide a reproduction so I can take a closer look.

nDaniel78 commented 1 month ago

After upgrading the Angular version to 18.1.0 and ngrx-immer to 2.2.2, I'm encountering this issue as well

github-actions[bot] commented 1 month ago

:tada: This issue has been resolved in version 2.2.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

timdeschryver commented 1 month ago

Please try again with v2.2.3 If the issue still occurs feel free to create a new issue with a reproduction.