- Issue created by @linhnm
- 🇦🇺Australia pasan.gamage
Thanks @linhnm
I can confirm this patch works.
D 10.1.8
PHP 8.2 - Status changed to RTBC
7 months ago 5:18am 23 April 2024
The creation of dynamic properties is deprecated.
The warning message on PHP 8.2
Deprecated: Creation of dynamic property Drupal\paragraphs_browser_previewer\Plugin\Field\FieldWidget\ParagraphsBrowserPreviewerWidget::$uuid is deprecated in /web/modules/contrib/paragraphs_browser/src/Plugin/Field/FieldWidget/ParagraphsBrowserWidgetTrait.php on line 88
Adding the #[\AllowDynamicProperties] attribute to the class (which also applies to all child classes).
Need reviews
Thanks @linhnm
I can confirm this patch works.
D 10.1.8
PHP 8.2