We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a84209 commit 4e8d529Copy full SHA for 4e8d529
1 file changed
projects/ngrx.io/content/guide/signals/signal-state.md
@@ -87,6 +87,7 @@ patchState(
87
<div class="alert is-critical">
88
89
Updaters passed to the `patchState` function must perform state updates in an immutable manner.
90
+If a mutable change occurs to the state object, an error will be thrown in development mode.
91
92
</div>
93
0 commit comments