-
-
Notifications
You must be signed in to change notification settings - Fork 242
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
The propTypes validation in Neos.Fusion.Form:Component.Field expects a valid string as content. But in the Workspace.Ui we pass TranslationParameterToken in some cases, which trigger validation errors.
In addition we don't include the PropTypes ExceptionHandler in the Workspace.Ui which makes it hard to debug.
Expected Behavior
No propType errors ;)
Steps To Reproduce
Click on Create new Workspace or Edit with the PropTypes package installed.
Environment
- Flow: 9.0
- Neos: 9.0
- PHP: 8.xReactions are currently unavailable