I am encountering an issue when installing the module in Drupal 10
Steps Reproduce:
1. Installed the module using Composer with the command: composer require 'drupal/site_config:^1.0@RC''.
2: when enabling this module in Drupal 9 it shows an error -
"Drupal\Component\Plugin\Exception\PluginNotFoundException: The "site_config_list" plugin does not exist. Valid plugin IDs for Drupal\rest\Plugin\Type\ResourcePluginManager are: dblog, file:upload, entity:block, entity:block_content, entity:block_content_type, entity:comment, entity:comment_type, entity:contact_form, entity:contact_message, entity:editor, entity:field_config, entity:field_storage_config, entity:file, entity:filter_format, entity:image_style, entity:media, entity:media_type, entity:menu_link_content, entity:node, entity:node_type, entity:path_alias, entity:rest_resource_config, entity:search_page, entity:shortcut, entity:shortcut_set, entity:action, entity:menu, entity:taxonomy_term, entity:taxonomy_vocabulary, entity:tour, entity:available_theme, entity:select_theme, entity:ultimate_cron_job, entity:user_role, entity:user, entity:view, entity:date_format, entity:entity_form_display, entity:entity_form_mode, entity:entity_view_display, entity:entity_view_mode, entity:base_field_override, user_registration in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core\lib\Drupal\Component\Plugin\Discovery\DiscoveryTrait.php)."
After the page reload module was installed successfully. but when trying to install this module in Drupal 10 it throws an error mentioned below.
Unable to install Site Config due to unmet dependencies: rest.resource.site_config_item (serialization, rest)
I've attached an image illustrating my actions—installing the module and searching within the extended panel.