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 d60c742 commit 40f5f6fCopy full SHA for 40f5f6f
packages/integrations/svelte/client.svelte.js
@@ -1,6 +1,6 @@
1
import { createRawSnippet, hydrate, mount, unmount } from 'svelte';
2
3
-/** @type {WrakMap<any, ReturnType<typeof createComponent>} */
+/** @type {WeakMap<any, ReturnType<typeof createComponent>} */
4
const existingApplications = new WeakMap();
5
6
export default (element) => {
0 commit comments