I have tested the patch from #231 on a site with Drupal Core 10.3.8, Entity Reference Revisions 8.x-1.12 and Paragraphs 1.18 installed. I can confirm that this is fixed when I have added the "Articles with a field_paragraphs set to the Paragraph." relationship.
I just added a Paragraph field(field_paragraphs) to the Article content type and created a simple view showing Paragraphs with a Relationship and Contextual filter of "Parent ID (Paragraph)".
Thank you very much!
Fix coding standards and use `[]` instead of `array()`
Fix coding standards and usage of `[]` instead of `array()`.
Fix coding standard issue specifically using `[]` instead of `array()`
Fix coding standards mainly in indentions and using recommended array format.
I have tested this with the patch in #12 on Drupal core 9.4.12 and Lazy-load 8.3.11. The error causing the WSOD is now gone.
Update "How to upgrade from from CKEditor 4 to CKEditor 5" to "How to upgrade from CKEditor 4 to CKEditor 5"
I have rerolled the patch for 10.1.x but didn't include the replacement of \Drupal\node\Form\NodePreviewForm
with NodePreviewForm::class
yet. I also didn't remove the "Needs reroll" tag since it would still need it for 9.5.x. I hope this is alright.
Hi everyone! I have rerolled the patch for 9.5.x as well. Hope everything is in order. Thank you very much!