pili-engineering / QNRTC-Web

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

运行demo报错type error怎么回事? #60

Closed txlfreedom closed 2 years ago

txlfreedom commented 5 years ago

Type error: Type 'string' is not assignable to type 'undefined'. TS2322

172 |                       type="number"
173 |                       onChange={action((e: React.ChangeEvent<HTMLInputElement>) => {

174 | this.camera[inputItem.key] = e.target.value; | ^ 175 | })} 176 | value={this.camera[inputItem.key] as string} 177 | required

image

brucebnu commented 4 years ago

遇到相同的问题