You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: more accurate render/mount/hydrate options (#12111)
make the props parameter optional only when there are no or only optional props
---------
Co-authored-by: Simon Holthausen <[email protected]>
Co-authored-by: Simon H <[email protected]>
Copy file name to clipboardExpand all lines: packages/svelte/src/internal/server/index.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,10 @@ export let on_destroy = [];
97
97
* Takes a component and returns an object with `body` and `head` properties on it, which you can use to populate the HTML when server-rendering your app.
* Only available on the server and when compiling with the `server` option.
6
+
* Takes a component and returns an object with `body` and `head` properties on it, which you can use to populate the HTML when server-rendering your app.
* Only available on the server and when compiling with the `server` option.
2115
2130
* Takes a component and returns an object with `body` and `head` properties on it, which you can use to populate the HTML when server-rendering your app.
0 commit comments