When running my test-suite on PHP8.2 without deprecation handling, I get this error :
ErrorException: Creation of dynamic property Spatie\NovaTranslatable\Translatable::$translatedFieldsByLocale is deprecated in /path/to/project/vendor/spatie/nova-translatable/src/Translatable.php:173
Not sure what this property is used for, it looks like it is used only at this line...
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
When running my test-suite on PHP8.2 without deprecation handling, I get this error :
Not sure what this property is used for, it looks like it is used only at this line...