- Issue created by @almunnings
- 🇦🇺Australia almunnings Melbourne, 🇦🇺
Apologies, this is a result of another active issue, there was a patch applied. Closing.
Modules that also implement changes to the AttachmentsResponse can result in the error:
Drupal\new_relic_rpm\Render\HtmlResponseAttachmentsProcessorDecorator::__construct(): Argument #1 ($decorated) must be of type Drupal\Core\Render\HtmlResponseAttachmentsProcessor, Drupal\webprofiler\Render\HtmlResponseAttachmentsProcessor given, called in /app/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 261
Install the webprofiler → module.
/src/Render/HtmlResponseAttachmentsProcessorDecorator.php
Change: private readonly HtmlResponseAttachmentsProcessor $decorated,
To: private readonly AttachmentsResponseProcessorInterface $decorated,
N/A
I don't believe so
I don't believe so
Active
2.1
Code
Apologies, this is a result of another active issue, there was a patch applied. Closing.