question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for RxJs 7

See original GitHub issue

Is it possible to set the peerDependencies of RxJs to > 6? I am currently using it successfully with RxJs 7.4 but always get a warning when running npm install.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
hokrc01commented, Dec 31, 2021

It loaded no issue. Thank you 😃

1reaction
hokrc01commented, Dec 28, 2021

Used the following npm install -D --force jasmine-auto-spies.

Now i get

Chrome 96.0.4664.110 (Linux x86_64) ERROR
  An error was thrown in afterAll
  Uncaught ReferenceError: global is not defined
  ReferenceError: global is not defined
      at Object.1186 (http://localhost:9876/_karma_webpack_/webpack:/node_modules/randombytes/browser.js:16:1)
      at require (http://localhost:9876/_karma_webpack_/webpack:/webpack/bootstrap:19:1)
      at Object.9638 (http://localhost:9876/_karma_webpack_/webpack:/node_modules/jasmine-auto-spies/node_modules/serialize-javascript/index.js:9:19)
      at __webpack_require__ (http://localhost:9876/_karma_webpack_/webpack:/webpack/bootstrap:19:1)
      at Object.6368 (http://localhost:9876/_karma_webpack_/webpack:/node_modules/jasmine-auto-spies/node_modules/@hirez_io/auto-spies-core/dist/errors/error-handler.js:5:17)
      at __webpack_require__ (http://localhost:9876/_karma_webpack_/webpack:/webpack/bootstrap:19:1)
      at Object.9586 (http://localhost:9876/_karma_webpack_/webpack:/node_modules/jasmine-auto-spies/node_modules/@hirez_io/auto-spies-core/dist/create-function-auto-spy.js:5:23)
      at __webpack_require__ (http://localhost:9876/_karma_webpack_/webpack:/webpack/bootstrap:19:1)
      at Object.4127 (http://localhost:9876/_karma_webpack_/webpack:/node_modules/jasmine-auto-spies/node_modules/@hirez_io/auto-spies-core/dist/index.js:13:14)
      at __webpack_require__ (http://localhost:9876/_karma_webpack_/webpack:/webpack/bootstrap:19:1)
Read more comments on GitHub >

github_iconTop Results From Across the Web

Support for rxjs 7 · Issue #41897 · angular/angular - GitHub
We can't update the minimum required version of rxjs until Angular 13, because rxjs version 7 includes breaking changes. We're exploring how to ......
Read more >
Breaking Changes in Version 7 - RxJS
The reality is that feature is not widely known, used, or supported, and it was never documented as it was very experimental when...
Read more >
Since Angular 12.2.x supports rxjs 7.0.0, is 7.5.x is also ...
Since Angular 12.2.x branch recently added support for rxjs 7.0.0, does it mean that strictly 7.0.x is supported or we can even use...
Read more >
What's New in RxJS 7 - Medium
Let's start with a change that most people using RxJS 6 have heard of: toPromise is now deprecated. But don't be afraid right...
Read more >
What's New in RxJS 7: Small Bundles and Big Changes to ...
Big Feature: Smaller Bundle Sizes · Consolidating Sharing operators · Better TypeScript Typings · toPromise() Deprecated · AsyncIterable support.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found