@energee
I'm getting this error when applying 3379445-25.patch
Drupal core: 10.1.6
PHP: 8.1.2
Facets: 3.0.0-beta1
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "facets" plugin does not exist. Valid plugin IDs for Drupal\better_exposed_filters\Plugin\BetterExposedFiltersWidgetManager are: default, bef_links, bef_sliders, bef_datepicker, bef_single, bef_hidden, bef in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
I also got the same error, but with this comment https://www.drupal.org/project/webform/issues/3354912#comment-15031319 💬 Error: Call to undefined method Drupal\Core\Extension\ModuleHandler::hasImplementations() Closed: won't fix I realized that my issue was only the PHP version that was set on 8.0.28.
With this PHP version, drupal/core-recommended will get the drupal/core at version 10.0.0-alpha1, which has issues with webform in lasted versions.
So I basically had to upgrade my PHP to 8.1 and reinstall drupal/core-composer-scaffold, drupal/core-recommended, which got the correct version of drupal/core 10.0.9 and now webform is working properly.