mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
ref(TS) Improve TS (#13355)
This commit is contained in:
@@ -57,7 +57,7 @@ class SoundCollection extends Component<IProps> {
|
||||
sounds.push(
|
||||
React.createElement(
|
||||
Audio, {
|
||||
key, // @ts-ignore
|
||||
key,
|
||||
setRef: this._setRef.bind(this, soundId),
|
||||
src,
|
||||
loop: options?.loop
|
||||
|
||||
Reference in New Issue
Block a user