Skip to content

Commit a246f7b

Browse files
Sync kit docs (#1692)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 927547d commit a246f7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/svelte.dev/content/docs/kit/20-core-concepts/60-remote-functions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,8 +1076,6 @@ export const getPost = prerender(
10761076
);
10771077
```
10781078
1079-
> [!NOTE] Svelte does not yet support asynchronous server-side rendering, so it's likely that you're only calling remote functions from the browser, rather than during prerendering. Because of this, you will need to use `inputs`, for now. We're actively working on this roadblock.
1080-
10811079
By default, prerender functions are excluded from your server bundle, which means that you cannot call them with any arguments that were _not_ prerendered. You can set `dynamic: true` to change this behaviour:
10821080
10831081
```js

0 commit comments

Comments
 (0)