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 b3fe31b commit f216011Copy full SHA for f216011
snippets/js/react-integration/package.json
@@ -11,8 +11,8 @@
11
},
12
"devDependencies": {
13
"@types/node": "16.11.33",
14
- "@types/react": "17.0.44",
15
- "@types/react-dom": "17.0.16",
+ "@types/react": "17.0.2",
+ "@types/react-dom": "17.0.2",
16
"cross-env": "^7.0.3",
17
"polywrap": "0.9.5",
18
"react-scripts": "3.4.4",
snippets/js/react-integration/src/index.tsx
@@ -1,6 +1,6 @@
1
+import { App } from "./App";
2
import React from "react";
3
import ReactDOM from "react-dom";
-import { App } from "./App";
4
5
ReactDOM.render(
6
<React.StrictMode>
0 commit comments