Skip to content

Commit 6d5f0d5

Browse files
authored
docs: update outdated notice (#15001)
1 parent 79bb212 commit 6d5f0d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

documentation/docs/20-core-concepts/60-remote-functions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,8 +1075,6 @@ export const getPost = prerender(
10751075
);
10761076
```
10771077
1078-
> [!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.
1079-
10801078
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:
10811079
10821080
```js

0 commit comments

Comments
 (0)