File tree 1 file changed +3
-3
lines changed
packages/creator-presets-react
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< title > SurveyJS Creator Presets UI Test</ title >
8
8
< script src ="https://unpkg.com/@babel/standalone@7.2.5/babel.min.js "> </ script >
9
- < script src ="https://unpkg.com/react/umd/react.production.min .js "> </ script >
10
- < script src ="https://unpkg.com/react-dom/umd/react-dom.production.min .js "> </ script >
9
+ < script src ="https://unpkg.com/react@18.3.1 /umd/react.development .js "> </ script >
10
+ < script src ="https://unpkg.com/react-dom@18.3.1 /umd/react-dom.development .js "> </ script >
11
11
12
12
< script src ="./node_modules/survey-core/survey.core.js "> </ script >
13
13
< script src ="./node_modules/survey-core/survey.i18n.js "> </ script >
18
18
< script src ="./node_modules/survey-creator-react/survey-creator-react.js "> </ script >
19
19
< script src ="./build/creator-presets-react.js "> </ script >
20
20
21
- < link rel ="stylesheet " type ="text/css " href ="./node_modules/survey-core/defaultV2 .css " />
21
+ < link rel ="stylesheet " type ="text/css " href ="./node_modules/survey-core/survey-core .css " />
22
22
< link rel ="stylesheet " type ="text/css " href ="./node_modules/survey-creator-core/survey-creator-core.css " />
23
23
< link rel ="stylesheet " type ="text/css " href ="./node_modules/creator-presets-core/creator-presets-core.css " />
24
24
You can’t perform that action at this time.
0 commit comments