timdeschryver / ngrx-immer

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

immerPatchState is not working with "@ngrx/signals": "18.0.0-rc.3" #32

Closed koempf closed 3 months ago

koempf commented 3 months ago

immerPatchState(store, (state) => { state.form = {form: new FormGroup({}), template: c}; });

(state) knows than only Object

state.form (Property form does not exist on type object)

timdeschryver commented 3 months ago

@koempf thanks for opening this issue. This will be a breaking change (see #33).

github-actions[bot] commented 3 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: