- Issue created by @voide
- Merge request !2Issue #3449027: TypeError in UserVisitsSubscriber due to RequestStack Type Mismatch in Drupal >= 10.2 → (Open) created by voide
When using the user_visits module in Drupal >= 10.2, the event subscriber throws an error:
TypeError: Drupal\user_visits\EventSubscriber\UserVisitsSubscriber::__construct(): Argument #5 ($request_stack) must be of type Drupal\Core\Http\RequestStack, Symfony\Component\HttpFoundation\RequestStack given, called in /var/www/html/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\user_visits\EventSubscriber\UserVisitsSubscriber->__construct() (line 69 of modules/contrib/user_visits/src/EventSubscriber/UserVisitsSubscriber.php).
Active
2.0
Code