Skip to content

RangeError: Maximum call stack size exceeded #12

@jkop95

Description

@jkop95

Hi, I've added the required import and init() to my main.ts file. Now, however, my Angular app crashes with RangeError: Maximum call stack size exceeded error in console. After I commented out the required code, the app works normally, as usual. So basically, rxjs-debugger initialization crashes my app.

Is it possible that rxjs-debugger is not suitable for big, enterprise level apps or something like that? Because an RxJs debugger that doesn't force to modify every Observable would be very nice. :)

Here's where a snippet of my main.ts file:

import { Observable } from 'rxjs';

if (environment.production) {
  enableProdMode();
} else {
  RxJSDebugger.init(Observable);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions