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.02k stars 785 forks source link

Serializer: an infinitive loop occurs at e.removePosFromObj #8224

Closed JaneSjs closed 2 months ago

JaneSjs commented 2 months ago
react-dom.production.min.js:198 Uncaught RangeError: Maximum call stack size exceeded
    at e.removePosFromObj (survey.core.min.js:6:94994)
    at e.removePosFromObj (survey.core.min.js:6:95181)
    at e.removePosFromObj (survey.core.min.js:6:95181)
    at e.removePosFromObj (survey.core.min.js:6:95181)
    at e.removePosFromObj (survey.core.min.js:6:95056)
    at e.removePosFromObj (survey.core.min.js:6:95181)
    at e.removePosFromObj (survey.core.min.js:6:95181)
    at e.removePosFromObj (survey.core.min.js:6:95181)
    at e.removePosFromObj (survey.core.min.js:6:95056)
    at e.removePosFromObj (survey.core.min.js:6:95181)

A reproducible demo is available in the original thread.