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)
It seems that the lastest release of Nova 4 (4.26.0) added a
compact()
method toField
whichColor
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)