surveyjs_react_quickstart icon indicating copy to clipboard operation
surveyjs_react_quickstart copied to clipboard

TypeError: Cannot read property 'subscribe' of undefined

Open nirajkaushal opened this issue 7 years ago • 1 comments

Note: I want to implement SurveyJS Builder in my React project.

I am getting errors while running this demo. I followed steps mentions here but unfortunately, it's not working in my setup.

surveyjs-error

Any idea how to solve this issue??

nirajkaushal avatar Nov 27 '18 08:11 nirajkaushal

Probably you need to add the knockout js library. SurveyJS Creator (ex-Builder) depends on the survey-knockout library. You can reference this file for more details - https://github.com/surveyjs/surveyjs_react_quickstart/blob/master/src/SurveyCreator.js

tsv2013 avatar May 07 '19 15:05 tsv2013