surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.21k stars 814 forks source link

Surveys are not rendered properly starting from version 1.9.137 of survey-vue3-ui #8171

Closed pomma89 closed 7 months ago

pomma89 commented 7 months ago

Are you requesting a feature, reporting a bug or asking a question?

Reporting a bug.

What is the current behavior?

Starting from version 1.9.137 of survey-vue3-ui, surveys are rendered with an empty content:

image

What is the expected behavior?

Before version 1.9.137 of survey-vue3-ui, surveys are rendered properly:

image

How would you reproduce the current behavior (if this is a bug)?

I forked Survey.js code-examples repo and set the version of that package in this example, so that it shows an empty survey:

https://github.com/pomma89/survey-code-examples/tree/empty-vue3-survey-repro/get-started-library/vue3

Provide the test code and the tested page URL (if applicable)

Please see above.

Specify your

Please let me know if you need further information.

Thank you very much, Goodbye, Alessio

dk981234 commented 7 months ago

Hello,

We've tested your example and it seems to work fine.

image

Please, check that 'survey-core' and 'survey-vue3-ui' packages have the same version.

Thanks, Dmitry SurveyJS Team

pomma89 commented 7 months ago

Thank you, @dk981234: setting both packages to the same version made it work.

Thanks again for your quick reply, Goodbye, Alessio