This PR fixes 2 issues: - the `fieldConfig.admin.hidden` property had no effect for react server components, because the RSC was returned before we're checking for `admin.hidden` in RenderFields - the `render-field` server function did not propagate fieldConfig overrides to the clientProps. This means overriding `admin.Label` had no effect Adds e2e tests for both issues