We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e4a60 commit 2aa4165Copy full SHA for 2aa4165
packages/use-wallet-react/package.json
@@ -59,8 +59,8 @@
59
"algosdk": "^3.0.0",
60
"lute-connect": "^1.4.1",
61
"magic-sdk": "^28.21.0",
62
- "react": "^17.0.0 || ^18.0.0",
63
- "react-dom": "^17.0.0 || ^18.0.0"
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
+ "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
64
},
65
"peerDependenciesMeta": {
66
"@blockshake/defly-connect": {
packages/use-wallet-react/tsconfig.json
@@ -8,7 +8,7 @@
8
"skipLibCheck": true,
9
"forceConsistentCasingInFileNames": true,
10
"moduleResolution": "node",
11
- "jsx": "react",
+ "jsx": "react-jsx",
12
"noEmit": true,
13
"baseUrl": ".",
14
"rootDir": ".",
0 commit comments