-
Couldn't load subscription status.
- Fork 51
Description
I am trying out the latest surveyjs with (Angluar 5, aspnet.core in Aspnetboilerplate template). Below are few issues that pops up which I think is not related to the integration with aspnetboilerplate.
-
When I navigate to the route with the component it loads the editor but in console it says:
"unable to process binding "template: function(){return { name:'objecteditorproperty',afterRender:$parent.koAfterRender} }" window.CKEDITOR is undefined.
So this may be because of missing CKEditor? is it a must to have CKEditor? -
I add a control to the designer and click the delete button and the console gives the below error
"TypeError: continuousNodeArray is undefined" -
when you play around with control options the console logs
"TypeError: this.koSelectedObject(...)" // I have knockout 3.4
Basically these were the main errors i encountered. Because of this I couldn't test other features since they don't work.