-
-
Notifications
You must be signed in to change notification settings - Fork 372
Open
Labels
BugBug FixBug FixLiveComponentStatus: Waiting feedbackNeeds feedback from the authorNeeds feedback from the author
Description
Suddenly all components with live forms and DTO's and without real types started to throw errors.
Like:
An exception has been thrown during the rendering of a template ("The "foo" property on component "App\Twig\Component" is missing its property-type. Add the "App\Enum" type so the object can be hydrated later.") in component.html.twig at line 13.
Previously everything was working fine.
DTO's has phpdoc typehints, so probably they are not read anymore and instead Type::mixed()
is used.
Metadata
Metadata
Assignees
Labels
BugBug FixBug FixLiveComponentStatus: Waiting feedbackNeeds feedback from the authorNeeds feedback from the author