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 fa70380 commit 0b2ed9dCopy full SHA for 0b2ed9d
packages/@lwc/engine-core/src/framework/template.ts
@@ -66,7 +66,7 @@ export function setVMBeingRendered(vm: VM | null) {
66
vmBeingRendered = vm;
67
}
68
69
-const VALID_SCOPE_TOKEN_REGEX = /^[a-zA-Z0-9\-_.]+$/;
+const VALID_SCOPE_TOKEN_REGEX = /^[a-zA-Z0-9\-_]+$/;
70
71
// See W-16614556
72
// TODO [#2826]: freeze the template object
0 commit comments