When a paragraph is using a Views Reference Field and in the editor, the user tries to select a paragraph type and ajax error is triggered.
Fatal error: Declaration of Drupal\viewsreference_filter\Plugin\ViewsReferenceSetting\ViewsReferenceExposedFilters::alterFormField(&$form_field) must be compatible with Drupal\viewsreference\Plugin\ViewsReferenceSettingInterface::alterFormField(&$form_field, ?Drupal\views\ViewExecutable $view = NULL) in /var/www/html/docroot/modules/contrib/viewsreference_filter/src/Plugin/ViewsReferenceSetting/ViewsReferenceExposedFilters.php on line 23
I assume that this will occur with fields using views reference field with or without paragraphs.
I'll attach a patch which declares alterFormField method in ViewsReferenceExposedFilters as expected by ViewsReferenceSettingInterface
Closed: cannot reproduce
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.