- Issue created by @adrianliegmann
I have Drupal 10.2 and I updated this module to version 2.2.0. After this I started testing modals and it's not working because the code trying call to the not exist method in Drupal 10.2
```php
Error: Call to undefined method Drupal\Core\Render\Renderer::renderInIsolation() in Drupal\bootstrap4_modal\Render\MainContent\Bootstrap4ModalRenderer->renderResponse() (line 35 of /var/www/web/modules/contrib/bootstrap4_modal/src/Render/MainContent/Bootstrap4ModalRenderer.php).
```
1. Install Drupal 10.2
2. Install bootstrap4_modal 2.2.0
3. Check a modal
Change the core requirement version or rollback to the `renderPlain` method because that will be removed in Drupal 12.
Active
2.2
Code