I have an Angular application where I use @twilio/video-processors package and decided to add some @twilio/rtc-diagnostics features, but unfortunately getting the Subsequent property declarations must have the same type error during the build.
To Reproduce
- Install packages into the application:
"@twilio/video-processors": "~1.0.2",
"@twilio/rtc-diagnostics": "~1.0.0"
- Try to build it
Screenshots

Environment:
- OS: Windows 10
- Browser: Chrome 107.0.5304.88
- SDK Version: 1.0.0
- Node.js version: 16.13.1
I have an Angular application where I use
@twilio/video-processorspackage and decided to add some@twilio/rtc-diagnosticsfeatures, but unfortunately getting the Subsequent property declarations must have the same type error during the build.To Reproduce
Screenshots

Environment: