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 687f33d commit e8d5e10Copy full SHA for e8d5e10
package/src/contexts/messageContext/MessageContext.tsx
@@ -14,7 +14,6 @@ import type { DefaultStreamChatGenerics, UnknownType } from '../../types/types';
14
import { DEFAULT_BASE_CONTEXT_VALUE } from '../utils/defaultBaseContextValue';
15
16
import { getDisplayName } from '../utils/getDisplayName';
17
-import { isTestEnvironment } from '../utils/isTestEnvironment';
18
19
export type Alignment = 'right' | 'left';
20
0 commit comments