area17 / blast

Storybook for Laravel Blade 🚀
https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c
Apache License 2.0
262 stars 37 forks source link

Lots of warnings? #129

Closed fruitl00p closed 1 week ago

fruitl00p commented 3 months ago

We're seeing lots of PHP warnings due to dynamic properties:

"Creation of dynamic property A17\Blast\Commands\Launch::$storybookStatuses is deprecated" "Creation of dynamic property A17\Blast\Commands\Launch::$docsTheme is deprecated" "Creation of dynamic property A17\Blast\Commands\Launch::$expandedControls is deprecated"

taken from newrelic logs

I haven't looked at the code, but this seems to be preventable (or marking the classes with '#[AllowDynamicProperties]'-attribute)