Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ffe-lists-react): export DetailListCardItem and fix its Props #1932

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

MariaOverlierBerg
Copy link
Contributor

Motivasjon og kontekst

Manglet også DetailListCardItem. Og hadde brukt feil props for DetailListCard.

@MariaOverlierBerg MariaOverlierBerg requested a review from a team as a code owner April 24, 2024 07:28
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-1932.westeurope.2.azurestaticapps.net

@@ -93,6 +93,10 @@ declare class DescriptionListDescription extends React.Component<
any
> {}
declare class DetailListCard extends React.Component<
DescriptionListProps & React.ComponentProps<'dl'>,
DetailListCardProps & React.ComponentProps<'dl'>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DetailListCardProps & React.ComponentPropsWithoutRef<'dl'>,

any
> {}
declare class DetailListCardItem extends React.Component<
DetailListCardItemProps & React.ComponentProps<'div'>,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DetailListCardItemProps & React.ComponentPropsWithoutRef<'div'>,

@MariaOverlierBerg MariaOverlierBerg force-pushed the develop_fix-detail-list-card-item branch from c55da85 to 5dbebfb Compare April 24, 2024 07:36
@pethel
Copy link
Contributor

pethel commented Apr 24, 2024

Tusen takk før att du retter dette!

Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://black-beach-0d62d0d03-1932.westeurope.2.azurestaticapps.net

@MariaOverlierBerg MariaOverlierBerg merged commit 0ffa7ad into develop Apr 24, 2024
3 checks passed
@MariaOverlierBerg MariaOverlierBerg deleted the develop_fix-detail-list-card-item branch April 24, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants