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
10
ts/state/smart/renderReactionPicker.tsx
Normal file
10
ts/state/smart/renderReactionPicker.tsx
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import React, { ComponentProps } from 'react';
|
||||
|
||||
import { SmartReactionPicker } from './ReactionPicker';
|
||||
|
||||
export const renderReactionPicker = (
|
||||
props: ComponentProps<typeof SmartReactionPicker>
|
||||
): JSX.Element => <SmartReactionPicker {...props} />;
|
Loading…
Add table
Add a link
Reference in a new issue