Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
);
}
////
if (AccountStore.isOverSwitchTabsLimit()) {
return (
<div>
);
}
////
const data = LearningStore.getRegisterInfo();
let survey = new Survey.Model(data);
survey.requiredText = "";
survey.onComplete.add(this.handleComplete);
return (
<div>
<div>
</div>
</div>
);
}
}</div>render() {
var model = new Survey.Model(this.json);
return (
<div>
<div>
<img alt="logo" src="{logo}">
<h2>Welcome to React with SurveyJS</h2>
</div>
<div>
{/*If you do not want to show survey, comment the lines below*/}
<h1>SurveyJS library in action:</h1>
{/*If you do not want to show save PDF button, comment the lines below*/}
<h3>SurveyPDF export:</h3></div></div>