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

Command icon 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:

Comments

sleitner created an issue. See original summary.

sleitner’s picture

Status: Active » Needs review
taran2l’s picture

Status: Needs review » Closed (works as designed)

@sleitner this is not the source of the issue, source of the issue is here: #3064926: Remove country_update_8001()