constructor Method
| Overloads | |
|---|---|
| constructorUserProfile(props) | |
| constructorUserProfile(props, context) | Deprecated |
UserProfile(props)
UserProfile(props: UserProfileProps | Readonly<UserProfileProps>): UserProfile
| Parameter | Type | Description |
|---|---|---|
| props | UserProfileProps | Readonly<UserProfileProps> |
Returns - UserProfile
UserProfile(props, context)
Deprecated
UserProfile(props: UserProfileProps, context: any): UserProfile
see https://legacy.reactjs.org/docs/legacy-context.html
| Parameter | Type | Description |
|---|---|---|
| props | UserProfileProps | |
| context | any |
Returns - UserProfile
Last Updated: 30 November, 2023