Skip to content

Commit 7d3e14d

Browse files
committed
chore(examples): update react version
1 parent f227d99 commit 7d3e14d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
padding-bottom: 250px;
1111
}
1212
</style>
13-
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react.min.js"></script>
14-
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react-dom.min.js"></script>
13+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/16.14.0/umd/react.development.min.js"></script>
14+
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-dom/16.14.0/umd/react-dom.development.min.js"></script>
1515
<script src="/bundle.js"></script>
1616
<title>React-Resizable</title>
1717
</head>

0 commit comments

Comments
 (0)