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 4872054 commit 5d4035bCopy full SHA for 5d4035b
src/LiveComponent/assets/src/dom_utils.ts
@@ -51,7 +51,7 @@ export function getValueFromElement(element: HTMLElement, valueStore: ValueStore
51
}
52
53
// element is some other element
54
- if (element.hasAttribute("data-value")) {
+ if (element.hasAttribute('data-value')) {
55
return element.dataset.value;
56
57
0 commit comments