AgoraIO / agora-rtc-web

9 stars 2 forks source link

Build fails after updating to v4.22.0 #5

Open itsnorbertkalacska opened 3 days ago

itsnorbertkalacska commented 3 days ago

AgoraRTC SDK version

4.22.0

Fail Rate

100%

Link to minimal reproduction

https://github.com/itsnorbertkalacska/Agora-Bug-Repro

Steps to reproduce

  1. setup a react application with agora-rtc-sdk-ng v4.21.0
  2. use AREAS and / or RemoteStreamFallbackType from the package import { AREAS } from 'agora-rtc-sdk-ng'
  3. upgrade to v4.22.0 from v4.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