Skip to content

Commit 16b8b19

Browse files
committed
fix: import slice from util file
1 parent aab68ea commit 16b8b19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/diff/children.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ import {
88
UNDEFINED,
99
NULL
1010
} from '../constants';
11-
import { isArray } from '../util';
11+
import { isArray, slice } from '../util';
1212
import { getDomSibling } from '../component';
1313

14+
1415
/**
1516
* @typedef {import('../internal').ComponentChildren} ComponentChildren
1617
* @typedef {import('../internal').Component} Component

0 commit comments

Comments
 (0)