Got an error message displayed on the "add task" page showing "dddd".
Probably something to fix in the code here:
$form = [
'#title' => $this->t('Add a new task'),
'#markup' => '<div id="maestro-template-error" class="messages messages--error">dddd</div>',
];
Fixed
3.1
Code