-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
survey creator is not loading #16
Comments
Hello, Please look at our SurveyJS React Quickstart repository. You can clone it and modify for your needs Thanks, Alex |
Thank you. I did same as you said(Sample example in your reciprocity) but SurveyCreator is not loading. |
Does our react quickstart repo work for you (if you just pull it and start)? |
I am facing the same issue. Couldnt load survey-creator-knockout library. |
@bhavya0598 the Knockout example in the CodeSandbox. Thank you, |
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.
The text was updated successfully, but these errors were encountered: