Validation Message Not Shown on first render- I have a component with validations. On the first render of the component the validation message is not shown but the css class to the input is applied(red box). When I go to another component and navigate back to the component the validation message is shown.The message is inserted into the message store correctly (checked in the debugger). In the html the div with the validation error message does not exist, only the input with the css error.
Debugged the flow of the error to check if the Editor context was getting the message properly.