twilio / rtc-diagnostics

Other
46 stars 14 forks source link

Error TS2717: Subsequent property declarations must have the same type error #69

Open andreikazmirovich opened 2 years ago

andreikazmirovich commented 2 years ago

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

  1. Install packages into the application:
    "@twilio/video-processors": "~1.0.2",
    "@twilio/rtc-diagnostics": "~1.0.0"
  2. Try to build it

Screenshots image

Environment:

mcarrerasm commented 1 year ago

Hey @andreikazmirovich unfortunately I'm not able to reproduce the issue.

Could you please confirm what is the Angular versiond you are using?

I was able to build and run an applicaton example using angular 15

seancoleman2 commented 1 year ago

Closing due to inactivity, but @andreikazmirovich please do comment here if you are still having this issue and we will reopen. Thanks!

andreikazmirovich commented 1 year ago

Sorry, missed your response

Angular version is 12.2.16

mcarrerasm commented 1 year ago

@andreikazmirovich could yout please describe the steps to reproduce the issue? Have you tried in Angular 15?