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 5aba9ac commit f2b35fdCopy full SHA for f2b35fd
packages/svelte/src/internal/client/render.js
@@ -68,7 +68,7 @@ import {
68
hydrate_block_anchor,
69
set_current_hydration_fragment
70
} from './hydration.js';
71
-import { array_from, define_property, get_descriptor, is_array } from './utils.js';
+import { array_from, define_property, get_descriptor, get_descriptors, is_array } from './utils.js';
72
import { is_promise } from '../common.js';
73
import { bind_transition } from './transitions.js';
74
0 commit comments