We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed550b1 commit 8c39d86Copy full SHA for 8c39d86
examples/SampleApp/src/components/NewDirectMessagingSendButton.tsx
@@ -51,9 +51,7 @@ const SendButtonWithContext = <
51
);
52
};
53
54
-const areEqual = <
55
- StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics,
56
->(
+const areEqual = <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(
57
prevProps: NewDirectMessagingSendButtonPropsWithContext<StreamChatGenerics>,
58
nextProps: NewDirectMessagingSendButtonPropsWithContext<StreamChatGenerics>,
59
) => {
0 commit comments