Problem/Motivation
InvalidArgumentException: The configuration property type.0 doesn't exist. in Drupal\Core\Config\Schema\ArrayElement->get() (line 76 of /var/www/html/en/web/core/lib/Drupal/Core/Config/Schema/ArrayElement.php).
I tracked it down to this config entry
Steps to reproduce
Drupal core update from 9.2 to 9.3 using drush updatedb or update.php with country module installed
Proposed resolution
rename views.filter_value.country_item mapping "type", because it might be a reserved word in schema and config
Issue fork country-3253674
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3253674-the-configuration-property
changes, plain diff MR !1
Comments
Comment #3
sleitner commentedComment #4
taran2l@sleitner this is not the source of the issue, source of the issue is here: #3064926: Remove country_update_8001()