Back to Clerk

`userProfile` -> `userProfileProps` for `UserButton`

packages/upgrade/src/versions/core-2/common/userprofile-prop.md

latest331 B
Original Source

The userProfile prop on the UserButton component has been changed to userProfileProps. This is purely a name change, none of the values need to be updated.

diff
- <UserButton userProfile={} />
+ <UserButton userProfileProps={} />