-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
AgoraRTC SDK version
4.22.0
Fail Rate
100%
Link to minimal reproduction
https://github.com/itsnorbertkalacska/Agora-Bug-Repro
Steps to reproduce
- setup a react application with
agora-rtc-sdk-ng
v4.21.0
- use
AREAS
and / orRemoteStreamFallbackType
from the packageimport { AREAS } from 'agora-rtc-sdk-ng'
- upgrade to
v4.22.0
fromv4.21.0
What is expected?
The build succeeds just as it did previously.
What is actually happening?
Nothing was mentioned or reported in the release notes about changing this export. Also the type definitions are there so TS does not pick up this error however build fails.
System Info
No response
Any additional comments?
No response
bartslinger