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
Currently when starting a questionnaire, if the stateData object does not exist, it is initialized with state=null
API will not handle null value anymore (if state = null, stateData is not persisted).
Then we should stop creating null value, and initialize stateData only when giving a real value (init, ...)
The text was updated successfully, but these errors were encountered:
Currently when starting a questionnaire, if the stateData object does not exist, it is initialized with state=null
API will not handle null value anymore (if state = null, stateData is not persisted).
Then we should stop creating null value, and initialize stateData only when giving a real value (init, ...)
The text was updated successfully, but these errors were encountered: