We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c785f3a commit 3731f62Copy full SHA for 3731f62
1 file changed
packages/jsx-lit/src/JSXElement.tsx
@@ -3,7 +3,7 @@ import { LitElement, PropertyDeclaration, PropertyValues, ReactiveElement } from
3
import { render } from '@tiddlywiki/jsx-runtime';
4
import { Subscription } from 'rxjs';
5
import { observeResize, unobserveResize } from './resizeObserver';
6
-import { Dispatch, SetStateAction } from 'react';
+import type { Dispatch, SetStateAction } from 'react';
7
8
ReactiveElement.enableWarning?.('async-perform-update');
9
0 commit comments