PrimeNG 15 does not build with RxJS 6 #13012
Labels
Core Team
Issue or pull request has been *opened* by a member of Core Team
dependencies
Issue or pull request is related to a dependency package
LTS-FIXED-15.4.3
Fixed in PrimeNG LTS 15.4.3
LTS-PORTABLE
PRO Support
Issue was reported by PRO User
Milestone
PrimeNG 15's package.json says it works with RxJS "^6.0.0 || ^7.5.0", but when I try to build my project with RxJS 6.6.7, it fails with the following compiler errors because primeng-menubar.mjs is importing RxJS operators in a way that only works with RxJS 7:
If I hack on primeng-menubar.mjs and change these imports:
to this:
Either package.json should declare a hard requirement for RxJS 7 or primeng-menubar.mjs should import RxJS operators in a backwards compatible manner.
The text was updated successfully, but these errors were encountered: