From c4f1012f4619bf41cc4e4deae08f882da1b56fc3 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Fri, 5 Dec 2025 18:25:35 -0800 Subject: [PATCH] fix: toKebabCase import issue --- packages/utils/src/dom/attributes.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/utils/src/dom/attributes.ts b/packages/utils/src/dom/attributes.ts index d544f6f0..5603009a 100644 --- a/packages/utils/src/dom/attributes.ts +++ b/packages/utils/src/dom/attributes.ts @@ -1,5 +1,3 @@ -import { toKebabCase } from '@videojs/utils'; - /** * Converts a `NamedNodeMap` to a plain object. */ @@ -40,3 +38,9 @@ export function setAttributes(element: HTMLElement, attributes: Record