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 4059b2a commit 9fbd7e1Copy full SHA for 9fbd7e1
src/snapshot.ts
@@ -12,7 +12,7 @@ import {
12
import { isElement, isShadowRoot } from './utils';
13
14
let _id = 1;
15
-const tagNameRegex = RegExp('[^a-z0-9-_]');
+const tagNameRegex = RegExp('[^a-z0-9-_:]');
16
17
export const IGNORED_NODE = -2;
18
0 commit comments