Trying to upgrade to v4, and i'm reciving this error when trying to access my PostCreate page
Schema has no [record()] or [state()] set.
in my resource i have something like:
public static function form(Schema $schema): Schema
{
return $schema
->components([])
}
public static function form(Schema $schema): Schema