This commit is contained in:
Diego Mello 2023-03-20 17:57:24 -03:00
parent f674d8b95d
commit f8e7c24eac
1 changed files with 1 additions and 0 deletions

View File

@ -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) {