- Issue created by @kopeboy
- 🇮🇳India somesh1999
I am not able to find the exact part of code which is causing this issue but when I replace the contruct interface and use this code it starts working properly.
public function __construct() {
$this->render = \Drupal::service('renderer')
}There is some problem in either the DI or some conflict in ConfigFormBase class.
- First commit to issue fork.
- @sakthi_dev opened merge request.
- Status changed to Needs review
over 1 year ago 2:14pm 11 April 2023 - First commit to issue fork.
- 🇮🇳India arisen Goa
Fixed the errors/warnings while applying the patch from the MR.
4.patch:30: trailing whitespace. 4.patch:33: trailing whitespace. * Checking patch src/Form/TwitterFeedConfigForm.php... Applied patch src/Form/TwitterFeedConfigForm.php cleanly. warning: 2 lines add whitespace errors.
Please review.
- 🇺🇸United States dwisnousky
That works perfect with our codebase! Thank you so much!
Uploading patch to be safe