outl1ne / nova-color-field

A Laravel Nova package that adds a color picker to Nova's arsenal of fields.
MIT License
25 stars 13 forks source link

Color::compact() not compatible with Laravel\Nova\Fields\Field::compact in Nova 4 #22

Closed Yuq140 closed 1 year ago

Yuq140 commented 1 year ago

It seems that the lastest release of Nova 4 (4.26.0) added a compact() method to Field which Color extends to.

This leads to the following error while trying to render the Color field Declaration of Outl1ne\\NovaColorField\\Color::compact() must be compatible with Laravel\\Nova\\Fields\\Field::compact(bool $compact = true)

ValCanBuild commented 1 year ago

Experiencing the same issue

gizburdt commented 1 year ago

Same here

FabrizioKruisland commented 1 year ago

Same here

gizburdt commented 1 year ago

Awesome! Can you also tag a new release? :)

gizburdt commented 1 year ago

I think you made a typo in the tag: 2.03

Tarpsvo commented 1 year ago

Fixed the typo, thanks!