Skip to content

Commit e06995e

Browse files
committed
gah
1 parent 336b878 commit e06995e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/98-reference/.generated/client-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ $effect(() => {
109109
The same applies to array mutations, since these both read and write to the array:
110110

111111
```js
112-
let array = $state([]);
112+
let array = $state(['hello']);
113113

114114
$effect(() => {
115-
array.push('hello');
115+
array.push('goodbye');
116116
});
117117
```
118118

0 commit comments

Comments
 (0)