From 8abe685af2458f3aa6792e1496e779e1cf379a6a Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 21 Mar 2023 09:35:41 -0300 Subject: [PATCH] Fix declare context again... --- app/containers/message/Audio.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/message/Audio.tsx b/app/containers/message/Audio.tsx index 69db9cf59..233fe3607 100644 --- a/app/containers/message/Audio.tsx +++ b/app/containers/message/Audio.tsx @@ -114,7 +114,6 @@ Button.displayName = 'MessageAudioButton'; class MessageAudio extends React.Component { static contextType = MessageContext; - declare context: React.ContextType; private sound: Sound; constructor(props: IMessageAudioProps) { @@ -137,6 +136,7 @@ class MessageAudio extends React.Component