This commit is contained in:
parent
f674d8b95d
commit
f8e7c24eac
|
@ -114,6 +114,7 @@ Button.displayName = 'MessageAudioButton';
|
|||
|
||||
class MessageAudio extends React.Component<IMessageAudioProps, IMessageAudioState> {
|
||||
static contextType = MessageContext;
|
||||
declare context: React.ContextType<typeof MessageContext>;
|
||||
private sound: Sound;
|
||||
|
||||
constructor(props: IMessageAudioProps) {
|
||||
|
|
Loading…
Reference in New Issue