To fix Storybook, make <Message>
take renderReactionPicker
This commit is contained in:
parent
58c18ac420
commit
84ac7dd2df
11 changed files with 53 additions and 14 deletions
|
@ -176,7 +176,10 @@ type PropsActionsType = MessageActionsType &
|
|||
|
||||
export type PropsType = PropsLocalType &
|
||||
PropsActionsType &
|
||||
Pick<AllMessageProps, 'renderEmojiPicker' | 'renderAudioAttachment'>;
|
||||
Pick<
|
||||
AllMessageProps,
|
||||
'renderEmojiPicker' | 'renderAudioAttachment' | 'renderReactionPicker'
|
||||
>;
|
||||
|
||||
export class TimelineItem extends React.PureComponent<PropsType> {
|
||||
public render(): JSX.Element | null {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue