https://stg.aoi-cnst.co.jp/news/?category=1&page=2

Validator calls

Path Message Invalid value Violation
children[date_from] This value is not valid.
null
Symfony\Component\Validator\ConstraintViolation {#1467
  -message: "This value is not valid."
  -messageTemplate: "This value is not valid."
  -parameters: [
    "{{ value }}" => "null"
  ]
  -plural: null
  -root: Symfony\Component\Form\Form {#1189
    name: "list"
    type_class: "App\Form\News\ListType"
    data: [
      "category" => 1
      "page" => 2
      "limit" => 10
      "type" => null
    ]
  }
  -propertyPath: "children[date_from]"
  -invalidValue: null
  -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1268 …}
  -code: "1dafa156-89e1-4736-b832-419c2e501fca"
  -cause: Symfony\Component\Form\Exception\TransformationFailedException {#1234 …}
}
children[date_to] This value is not valid.
null
Symfony\Component\Validator\ConstraintViolation {#1444
  -message: "This value is not valid."
  -messageTemplate: "This value is not valid."
  -parameters: [
    "{{ value }}" => "null"
  ]
  -plural: null
  -root: Symfony\Component\Form\Form {#1189
    name: "list"
    type_class: "App\Form\News\ListType"
    data: [
      "category" => 1
      "page" => 2
      "limit" => 10
      "type" => null
    ]
  }
  -propertyPath: "children[date_to]"
  -invalidValue: null
  -constraint: Symfony\Component\Form\Extension\Validator\Constraints\Form {#1268 …}
  -code: "1dafa156-89e1-4736-b832-419c2e501fca"
  -cause: Symfony\Component\Form\Exception\TransformationFailedException {#1215 …}
}