-
Notifications
You must be signed in to change notification settings - Fork 7
♻️ Correction du type History #3250
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
base: main
Are you sure you want to change the base?
Conversation
TPayload = Record<string, unknown>, | ||
> = { | ||
TEvent extends DomainEvent = DomainEvent, | ||
> = TEvent & { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est ca le fix :)
| Lauréat.GarantiesFinancières.GarantiesFinancièresEnregistréesEvent | ||
| Lauréat.GarantiesFinancières.AttestationGarantiesFinancièresEnregistréeEvent, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
j'ai un doute sur celui là @JulienPavon @HubM , c'est normal ?
6e573fb
to
bf25756
Compare
.../ssr/src/utils/historique/mapToProps/abandon/events/mapToAbandonDemandéTimelineItemProps.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En vrai ça me va, y'a 2/3 moments où on supprime les matchs mais je crois que c'est ok car ton typage est plus restrictif. J'ai fait des remarques pour le naming des props au début mais je crois qu'on s'en fiche un peu, c'est jsute histoire d'être cohérent
No description provided.