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 167c551 commit 03f6d5cCopy full SHA for 03f6d5c
packages/svelte/src/internal/client/reactivity/props.js
@@ -10,11 +10,7 @@ import {
10
import { get_descriptor, is_function } from '../../shared/utils.js';
11
import { mutable_source, set, source, update } from './sources.js';
12
import { derived, derived_safe_equal } from './deriveds.js';
13
-import {
14
- get,
15
- captured_signals,
16
- untrack,
17
-} from '../runtime.js';
+import { get, captured_signals, untrack } from '../runtime.js';
18
import { safe_equals } from './equality.js';
19
import * as e from '../errors.js';
20
import { LEGACY_DERIVED_PROP, LEGACY_PROPS, STATE_SYMBOL } from '../constants.js';
0 commit comments