Angular stream-chat-js 包编译错误。没有导出成员 'Client'

Angular Compile error with stream-chat-js package. No exported member 'Client'

我在尝试使用 Stream Chat 包的节点版本编译 Angular 应用程序时遇到此错误。

ERROR in node_modules/getstream/types/getstream/index.d.ts(12,11): error TS2694: Namespace '"/Users/.../app/node_modules/stream-chat/types/stream-chat/index"' has no exported member 'Client'.

此错误是指上述文件引用中的此函数:

/**
 * Create StreamClient
 */
export function connect(
  apiKey: string,
  apiSecret: string | null,
  appId: string,
  options?: object,
): stream.Client;

如有任何见解,我们将不胜感激。

随着 stream-chat v1.8 的发布修复了这个错误。