Skip to content

Commit d92fe4c

Browse files
committed
docs: switch to stable react
1 parent 8df01ce commit d92fe4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<body>
2727
<div id="root"></div>
2828
<a href="https://github.com/fezvrasta/react-resize-aware">GitHub page</a>
29-
<script src="https://unpkg.com/[email protected]-alpha.1/umd/react.production.min.js"></script>
30-
<script src="https://unpkg.com/[email protected]-alpha.1/umd/react-dom.production.min.js"></script>
29+
<script src="https://unpkg.com/[email protected]/umd/react.production.min.js"></script>
30+
<script src="https://unpkg.com/[email protected]/umd/react-dom.production.min.js"></script>
3131
<script src="https://unpkg.com/[email protected]/babel.min.js"></script>
3232
<script src="./react-resize-aware.js"></script>
3333
<script type="text/babel">

0 commit comments

Comments
 (0)