Unplanned
Last Updated: 18 Jul 2025 16:12 by Asmerom
Asmerom
Created on: 18 Jul 2025 16:12
Type: Bug Report
0
rxjs@6.6.7 is not compatible with @progress/telerik-angular-native-report-viewer@26.25.521

I am using the NPM package rxjs@6.6.7 together with @progress/telerik-angular-native-report-viewer26.25.521. The latter has the following peer dependency listed in its `package.json`:

"rxjs": "^6.5.3 || ^7.4.0"

Version 6.6.7 is within this range, but when running the application, I get errors, such as:

Error: export 'take' (imported as 'take') was not found in 'rxjs

0 comments