link to Edit Profile - Following Tab #2593
Annotations
4 errors and 1 warning
Types:
components/ProfilePage/ProfileHeader.tsx#L113
Type '{ isProfilePublic: boolean; isUser: boolean; onProfilePublicityChanged: (isPublic: boolean) => void; onSettingsModalOpen: () => void; profileId: string; }' is not assignable to type 'IntrinsicAttributes & { onSettingsModalOpen: () => void; isUser: boolean; }'.
|
Types:
stories/atoms/ProfileButtons.stories.tsx#L37
Object literal may only specify known properties, and 'isProfilePublic' does not exist in type 'Partial<{ onSettingsModalOpen: () => void; isUser: boolean; }>'.
|
Types:
stories/atoms/ProfileButtons.stories.tsx#L43
Object literal may only specify known properties, and 'isProfilePublic' does not exist in type 'Partial<ArgTypes<{ onSettingsModalOpen: () => void; isUser: boolean; }>>'.
|
Types
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading