RAC: Fix Group render props and focus-visible behavior with text input children (#5359)
Fixes:
- Group now works with render props, no longer errors with "Warning: Functions are not valid as a React child."
- Group's focus ring will render correctly with text input children.