addedd patch that fixes Cannot access offset of type string on string
added patch for fixing: TypeError: Cannot access offset of type string on string (https://www.drupal.org/project/drupal/issues/3336312)
Getting error: TypeError: Cannot access offset of type string on string in Drupal\views\Plugin\views\filter\Date->acceptExposedInput() (line 153 of /code/web/core/modules/views/src/Plugin/views/filter/Date.php)
D10 does not check if the value exists before checking if this is a string type.
This patch has been applied on https://theory.cern