Steps to reproduce
- Install an account provider
- Install a mail server
- Install and configure imapsync
- Create a task (at this point, no issue occurs)
- Edit the task
Expected behavior
No error should occur while editing the task. The task form should retain and display the current task data after editing.
Actual behavior
When a task is edited, the following error appears in the browser console:
vue. runtime.esm.js:1897 TypeError: Cannot read properties of undefined (reading 'clearValue')
at a.isShown (CreateOrEditTask. vue:317:30)
After editing, the task form displays no value.
Components
ns8-imapsync:1.2.0
Thanks to @nrauso for the report and assistance.