I am using the 'Survey Form Library' and the 'Survey Creator' in a Vue2 application. At certain points, I need to display both the form library and the survey creator. The survey creator displays correctly, but when I try to show the form library, some errors occur, and the form library does not appear on the screen. When using the inspect element, there is a div with the class 'sd-body' and the id = '[object Object]' Could you help me resolve this issue? I'm not sure if I'm doing it correctly. vue=2.7.14 survey=1.11.11
JavaScript[Vue warn]: Error in render: "TypeError: Cannot read properties of undefined (reading 'description')"
found in
---> <Page> at src/vue/page.vue
<Survey> at src/vue/survey.vue
<MyFirstSurvey> at /src/components/MyFirstSurvey.vue
<App> at /src/App.vue
<Root>
https://codesandbox.io/p/sandbox/surveyjs-and-surveycreator-test-fjs6xk