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 0cd15ca commit 9677469Copy full SHA for 9677469
packages/svelte/src/main/main-server.js
@@ -12,4 +12,5 @@ export function beforeUpdate() {}
12
export function afterUpdate() {}
13
14
// TODO: Either move to common or replace with empty functions because some of these
15
+// shouldn't be called on the server
16
export { createRoot, createEventDispatcher, mount } from './main-client.js';
0 commit comments