@angular-architects/ngrx-toolkit 20.0.1 → 20.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1231,7 +1231,7 @@ function withUndoRedo(options) {
1231
1231
  },
1232
1232
  })), withHooks({
1233
1233
  onInit(store) {
1234
- effect(() => {
1234
+ watchState(store, () => {
1235
1235
  const cand = keys.reduce((acc, key) => {
1236
1236
  const s = store[key];
1237
1237
  if (s && isSignal(s)) {