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 63cdd29 commit 0060198Copy full SHA for 0060198
packages/svelte/src/index-server.js
@@ -12,6 +12,7 @@ export function onDestroy(fn) {
12
export {
13
noop as beforeUpdate,
14
noop as afterUpdate,
15
+ noop as onFrame,
16
noop as onMount,
17
noop as flushSync,
18
run as untrack
0 commit comments