Skip to content

Commit 3731f62

Browse files
committed
maybe causing a bug
1 parent c785f3a commit 3731f62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/jsx-lit/src/JSXElement.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { LitElement, PropertyDeclaration, PropertyValues, ReactiveElement } from
33
import { render } from '@tiddlywiki/jsx-runtime';
44
import { Subscription } from 'rxjs';
55
import { observeResize, unobserveResize } from './resizeObserver';
6-
import { Dispatch, SetStateAction } from 'react';
6+
import type { Dispatch, SetStateAction } from 'react';
77

88
ReactiveElement.enableWarning?.('async-perform-update');
99

0 commit comments

Comments
 (0)