pili-engineering / QNRTC-Web

QNRTCWeb 是七牛云推出的一款适用于 Web 平台的实时音视频 SDK,提供了包括音视频通话、静音、发布、订阅多种功能,提供灵活的接口,支持高度定制以及二次开发。
https://demo-rtc.qnsdk.com/
Apache License 2.0
131 stars 128 forks source link

nom start 之后报错,麻烦处理一下 #38

Closed aiiaji closed 5 years ago

aiiaji commented 5 years ago

Failed to compile /Users/aba/Downloads/QNRTC-Web-2.1.0/Demo/src/pages/settings.tsx Type error: Type '{ children: Element[]; value: "288p" | "480p" | "540p" | "720p"; onChange: (e: any) => void; }' is not assignable to type 'IntrinsicAttributes & Props'. Property 'children' does not exist on type 'IntrinsicAttributes & Props'. TS2322

109 |       <Grid item container wrap="nowrap" justify="center" spacing={16}>
110 |         <Grid item>

111 | <Select | ^ 112 | value={roomStore.selectVideoConfig} 113 | onChange={(e) => roomStore.setSelectVideoConfig(e.target.value as keyof publishVideoConfigs)} 114 | >

cuyl commented 5 years ago

这个问题在 #37 修复了,clone 最新的 master 分支,应该就没问题了