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 91bb6fa commit 0adad95Copy full SHA for 0adad95
packages/svelte/src/internal/client/proxy.js
@@ -9,7 +9,7 @@ import {
9
object_prototype
10
} from '../shared/utils.js';
11
import { state as source, set } from './reactivity/sources.js';
12
-import { STATE_SYMBOL, PROXY_SOURCES } from '#client/constants.js';
+import { STATE_SYMBOL, PROXY_SOURCES } from './constants.js';
13
import { UNINITIALIZED } from '../../constants.js';
14
import * as e from './errors.js';
15
import { get_stack } from './dev/tracing.js';
0 commit comments