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 885279e commit a07f345Copy full SHA for a07f345
frameworks/keyed/dark/src/index.tsx
@@ -1,6 +1,5 @@
1
import {
2
type WritableAtom,
3
- h,
4
component,
5
useMemo,
6
memo,
frameworks/keyed/dark/tsconfig.json
@@ -3,8 +3,7 @@
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
- "jsx": "react",
7
- "jsxFactory": "h",
8
- "jsxFragmentFactory": "Fragment",
+ "jsx": "react-jsx",
+ "jsxImportSource": "@dark-engine/core"
9
}
10
0 commit comments