* Fix missing import after #1705; probably was there before I requested changes
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
"rrweb-snapshot": patch
|
||||
---
|
||||
|
||||
use ownerNode.baseURI for stringifying sheet hrefs
|
||||
Use ownerNode.baseURI for stringifying sheet hrefs
|
||||
|
||||
5
.changeset/spotty-emus-listen.md
Normal file
5
.changeset/spotty-emus-listen.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"rrweb-snapshot": patch
|
||||
---
|
||||
|
||||
Fix missing import after #1705
|
||||
@@ -7,6 +7,7 @@ import {
|
||||
extractFileExtension,
|
||||
fixSafariColons,
|
||||
isNodeMetaEqual,
|
||||
stringifyStylesheet,
|
||||
} from '../src/utils';
|
||||
import { NodeType } from '@rrweb/types';
|
||||
import type { serializedNode, serializedNodeWithId } from '@rrweb/types';
|
||||
|
||||
Reference in New Issue
Block a user