Skip to content

Commit f216011

Browse files
committed
fix build of react integration sample
1 parent b3fe31b commit f216011

File tree

3 files changed

+1235
-1036
lines changed

3 files changed

+1235
-1036
lines changed

snippets/js/react-integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"devDependencies": {
1313
"@types/node": "16.11.33",
14-
"@types/react": "17.0.44",
15-
"@types/react-dom": "17.0.16",
14+
"@types/react": "17.0.2",
15+
"@types/react-dom": "17.0.2",
1616
"cross-env": "^7.0.3",
1717
"polywrap": "0.9.5",
1818
"react-scripts": "3.4.4",

snippets/js/react-integration/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
import { App } from "./App";
12
import React from "react";
23
import ReactDOM from "react-dom";
3-
import { App } from "./App";
44

55
ReactDOM.render(
66
<React.StrictMode>

0 commit comments

Comments
 (0)