Problem/Motivation
```
modules/contrib/workbench_email/src/Plugin/QueueWorker/WorkbenchEmailProcessor.php 172 Call to deprecated method renderPlain() of interface Drupal\Core\Render\RendererInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\RendererInterface::renderInIsolation() instead.
```
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|
Issue fork workbench_email-3552671
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
Comment #7
larowlanJust a minor suggestion on the MR, thanks for working on this!
Comment #9
damienmckennaI created a separate PR that just bumps the minimum requirement to 10.3 and removes the redundant renderPlain() usage.
Comment #11
recrit commentedstatic patch for composer builds.
Comment #12
damienmckennaComment #13
larowlan