We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a93c8 commit b27ca05Copy full SHA for b27ca05
packages/svelte/src/index-client.js
@@ -19,7 +19,7 @@ import { legacy_mode_flag } from './internal/flags/index.js';
19
*
20
* `onMount` runs only once. If you need reactivity, you can use [`$effect`](https://svelte.dev/docs/svelte/$effect),
21
* which also runs when the component is mounted to the DOM.
22
- *
+ *
23
* @template T
24
* @param {() => NotFunction<T> | Promise<NotFunction<T>> | (() => any)} fn
25
* @returns {void}
0 commit comments