You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading to Angular 18, the following errors occur when building the application:
These errors seem to occur due to not so clean imports and exports in the d.ts files mentioned in the error messages. It would be great if those could be fixed. Until then I am forced to use the compilerOption"skipLibCheck": true.
The text was updated successfully, but these errors were encountered:
Yes I also tried installing the types as dev dependencies. It didn't work. Also the types are marked as deprecated because they should by now be included in the JsSip Lib.
HollerAtMentalis
changed the title
JsSip does not work with Angular 18
JsSip does not work with Angular 18 due to typing errors
Sep 25, 2024
HollerAtMentalis
changed the title
JsSip does not work with Angular 18 due to typing errors
Application Build with Angular 18 fails due to typing errors
Sep 25, 2024
Since upgrading to Angular 18, the following errors occur when building the application:
These errors seem to occur due to not so clean imports and exports in the
d.ts
files mentioned in the error messages. It would be great if those could be fixed. Until then I am forced to use thecompilerOption
"skipLibCheck": true
.The text was updated successfully, but these errors were encountered: