Rename a key in an object while preserving insertion order. Returns the original reference when the rename is a no-op (same key) or when the new key collides with an existing entry. Mirrors react/headlessRenderers.tsx::renameRecordKey.
react/headlessRenderers.tsx::renameRecordKey
Rename a key in an object while preserving insertion order. Returns the original reference when the rename is a no-op (same key) or when the new key collides with an existing entry. Mirrors
react/headlessRenderers.tsx::renameRecordKey.