You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/element-internals.ts
+1-2
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ import {
11
11
import{
12
12
createHiddenInput,
13
13
findParentForm,
14
-
getHostRoot,
15
14
initRef,
16
15
overrideFormMethod,
17
16
removeHiddenInputs,
@@ -127,7 +126,7 @@ export class ElementInternals implements IElementInternals {
127
126
constref=refMap.get(this);
128
127
throwIfNotFormAssociated(ref,`Failed to read the 'labels' property from 'ElementInternals': The target element is not a form-associated custom element.`);
0 commit comments