Skip to content

Commit

Permalink
Fix react version
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Dec 6, 2024
1 parent a0d2f2c commit bbd9e91
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples_test/bootstrap/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script src="https://unpkg.com/react@latest/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@latest/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap.min.css"/>
<!-- <link rel="stylesheet" href="../../build/survey-core/survey.min.css" /> -->
<!-- <link rel="stylesheet" href="../../build/survey-core/modern.min.css" /> -->
Expand Down
4 changes: 2 additions & 2 deletions examples_test/customWidget/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<title>Welcome to React</title>
<script src="https://unpkg.com/react@latest/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@latest/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.js"></script>

<!-- dx charts -->
Expand Down
4 changes: 2 additions & 2 deletions examples_test/default/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://unpkg.com/react@latest/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@latest/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js"></script>
<link rel="stylesheet" href="../../build/survey-core/survey.min.css" />
<!-- <link rel="stylesheet" href="../../build/survey-core/modern.min.css" /> -->
<!-- <link rel="stylesheet" href="../../build/survey-core/defaultV2.min.css" /> -->
Expand Down
4 changes: 2 additions & 2 deletions examples_test/defaultV2/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.6.4/showdown.min.js"></script>
<script src="https://unpkg.com/react@latest/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@latest/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js"></script>
<!-- <link rel="stylesheet" href="../../build/survey-core/survey.min.css" /> -->
<!-- <link rel="stylesheet" href="../../build/survey-core/modern.min.css" /> -->
<link rel="stylesheet" href="../../build/survey-core/defaultV2.min.css" />
Expand Down
4 changes: 2 additions & 2 deletions examples_test/modern/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script src="https://unpkg.com/react@latest/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@latest/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js"></script>
<!-- <link rel="stylesheet" href="../../build/survey-core/survey.min.css" /> -->
<link rel="stylesheet" href="../../build/survey-core/modern.min.css" />
<!-- <link rel="stylesheet" href="../../build/survey-core/defaultV2.min.css" /> -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<title>Welcome to React</title>
<script src="https://unpkg.com/react@latest/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@latest/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/react@18.3.1/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.development.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.js"></script>

<!-- dx charts -->
Expand Down
4 changes: 2 additions & 2 deletions packages/survey-react-ui/examples_test/defaultV2/react.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.6.4/showdown.min.js"></script>
<script src="https://unpkg.com/react@latest/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@latest/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/react@18.3.1/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js"></script>
<link rel="stylesheet" href="../../node_modules/survey-core/defaultV2.min.css" />
<script src="../../node_modules/survey-core/survey.core.min.js"></script>
<script src="../../node_modules/survey-core/survey.i18n.min.js"></script>
Expand Down

0 comments on commit bbd9e91

Please sign in to comment.