Skip to content

Commit 92cc06a

Browse files
Sync svelte docs (#1682)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent e0759ee commit 92cc06a

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/.generated/client-errors.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,6 @@ Often when encountering this issue, the value in question shouldn't be state (fo
136136
Cannot use `fork(...)` unless the `experimental.async` compiler option is `true`
137137
```
138138

139-
### flush_sync_in_effect
140-
141-
```
142-
Cannot use `flushSync` inside an effect
143-
```
144-
145-
The `flushSync()` function can be used to flush any pending effects synchronously. It cannot be used if effects are currently being flushed — in other words, you can call it after a state change but _not_ inside an effect.
146-
147-
This restriction only applies when using the `experimental.async` option, which will be active by default in Svelte 6.
148-
149139
### fork_discarded
150140

151141
```

apps/svelte.dev/content/docs/svelte/98-reference/30-runtime-errors.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,6 @@ Often when encountering this issue, the value in question shouldn't be state (fo
143143
Cannot use `fork(...)` unless the `experimental.async` compiler option is `true`
144144
```
145145

146-
### flush_sync_in_effect
147-
148-
```
149-
Cannot use `flushSync` inside an effect
150-
```
151-
152-
The `flushSync()` function can be used to flush any pending effects synchronously. It cannot be used if effects are currently being flushed — in other words, you can call it after a state change but _not_ inside an effect.
153-
154-
This restriction only applies when using the `experimental.async` option, which will be active by default in Svelte 6.
155-
156146
### fork_discarded
157147

158148
```

0 commit comments

Comments
 (0)