In Filament V4 you are able to do something like this:
...UserResource::infolist($schema)->record($user)->getComponents(),
Maybe this can help you.
I'm not sure if this is the way it is supposed to be used, but it works.