We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983aa8d commit 8946c9aCopy full SHA for 8946c9a
src/lib.rs
@@ -166,7 +166,7 @@ pub async fn handle_server_fns(req: Request) -> Result<Response> {
166
/// of one that should work much like this one.
167
///
168
/// **NOTE**: If your server functions expect a context, make sure to provide it both in
169
-/// [`handle_server_fns_with_context`] **and** in [`leptos_routes_with_context`] (or whatever
+/// [`handle_server_fns_with_context`] **and** in [`leptos_routes_with_context`](LeptosRoutes#leptos_routes_with_context) (or whatever
170
/// rendering method you are using). During SSR, server functions are called by the rendering
171
/// method, while subsequent calls from the client are handled by the server function handler.
172
/// The same context needs to be provided to both handlers.
0 commit comments