You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task is to update a survey at runtime and add additional questions. The survey JSON definition is updated, however, the following exception is thrown after assigning an updated survey to creator.JSON. View Demo
index.js:27 ERROR
TypeError: Cannot read properties of undefined (reading 'fire')
at ./src/base.ts.Base.afterRerender (survey.core.js:2928:34)
at DesignerSurveyComponent.afterUpdate (survey-angular-ui.js:1062:13)
at eval (survey-angular-ui.js:1039:14)
at _ZoneDelegate.invokeTask (zone.js:406:31)
at Object.onInvokeTask (core.mjs:26367:33)
at _ZoneDelegate.invokeTask (zone.js:405:60)
at Zone.runTask (zone.js:178:47)
at drainMicroTaskQueue (zone.js:585:35)
at invokeTask (zone.js:491:21)
at ZoneTask.invoke (zone.js:476:48)
at data.args.<computed> (zone.js:2385:32)
The text was updated successfully, but these errors were encountered:
RomanTsukanov
changed the title
The Cannot read properties of undefined (reading 'fire') exception is thrown when updating creator.JSON at runtime
An exception is raised when updating the JSON property at runtime
Jun 25, 2024
T18641 - error when adding json in creator
https://surveyjs.answerdesk.io/internal/ticket/details/T18641
The task is to update a survey at runtime and add additional questions. The survey JSON definition is updated, however, the following exception is thrown after assigning an updated survey to
creator.JSON
.View Demo
The text was updated successfully, but these errors were encountered: