Skip to content

Commit

Permalink
🔧 Using correct links for CDN
Browse files Browse the repository at this point in the history
Using react 16
  • Loading branch information
VadimZvf committed Aug 17, 2024
1 parent 56cbc3d commit d7fe6a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-sham.js"></script>
<![endif]-->
<script src="https://unpkg.com/react@15.6.1/dist/react.min.js"></script>
<script src="https://unpkg.com/react-dom@15/dist/react-dom.min.js"></script>
<script crossorigin src="https://unpkg.com/react@16.14.0/umd/react.development.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16.14.0/umd/react-dom.development.js"></script>
<style>
body {margin:0px;}
#references {
Expand Down

0 comments on commit d7fe6a8

Please sign in to comment.