Skip to content

Commit 62e9a1f

Browse files
committed
fix conflict in rrweb/src/utils
1 parent 4683d7c commit 62e9a1f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

packages/rrweb/src/utils.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,8 @@ import type {
1010
textMutation,
1111
IMirror,
1212
} from '@rrweb/types';
13-
<<<<<<< HEAD
14-
import type { IMirror, Mirror, SlimDOMOptions } from 'rrweb-snapshot';
15-
import {
16-
isShadowRoot,
17-
IGNORED_NODE,
18-
classMatchesRegex,
19-
getNative,
20-
nativeSetTimeout,
21-
} from 'rrweb-snapshot';
22-
=======
2313
import type { Mirror, SlimDOMOptions } from 'rrweb-snapshot';
24-
import { isShadowRoot, IGNORED_NODE, classMatchesRegex } from 'rrweb-snapshot';
25-
>>>>>>> master
14+
import { isShadowRoot, IGNORED_NODE, classMatchesRegex, getNative, nativeSetTimeout } from 'rrweb-snapshot';
2615
import { RRNode, RRIFrameElement, BaseRRNode } from 'rrdom';
2716
import dom from '@rrweb/utils';
2817

0 commit comments

Comments
 (0)