Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Sep 16, 2024
1 parent d45bc97 commit fe57f37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/clips-react/source/components/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export function useCustomElementProperties<T extends Element>(
internals.values[name] = newValue;
oldNames.delete(name);


if (element != null && newValue !== oldValue) {
if (name in element) {
(element as any)[name] = newValue;
Expand Down

0 comments on commit fe57f37

Please sign in to comment.