Form Validation only works in new but not in edit even though both use the same Form (error below). Am I using form validation wrong?
Demo repo: https://github.com/rwkt/demo-dynamicform
- Create a new post with a title; 2. Edit the post to remove the title and save.
Error
Expected argument of type "string", "null" given at property path "title".
