surveyjs / surveyjs_react_quickstart

SurveyJS + React Quickstart Template
http://surveyjs.io
137 stars 73 forks source link

survey creator is not loading #16

Open Sravani0804-git opened 4 years ago

Sravani0804-git commented 4 years ago

I am getting issues when trying create survey creator.I am using surveyjs (react) version 1.5.1 and i imported all files knockout,survey, survey-knockout, survey creator. Survey is loading but survey Creator is not loading. It is showing as undefined. I am also added dependencies. I am using like require(knockout, survey, survey-knockout, surevyCreator, function(ko,Survey,surveyKnockout,SurveyCreator){ var creator = SurveyCreator.SurveyCreator // some code here

} I am getting script error like SurveyCreator is undefined. survey, survey-knockout, survey creator Version - 1.5.0 knockout - 3.5.0.

gologames commented 4 years ago

Hello,

Please look at our SurveyJS React Quickstart repository. You can clone it and modify for your needs

Thanks, Alex SurveyJS Team

Sravani0804-git commented 4 years ago

Thank you. I did same as you said(Sample example in your reciprocity) but SurveyCreator is not loading.

tsv2013 commented 4 years ago

Does our react quickstart repo work for you (if you just pull it and start)?