rxjs-spy: Crash browser tab while creating spy instance in React 16.0.0

rxjs-spy: 5.0.0 react: 16.0.0

I tried to include following lines in one of my redux ducks file.

import { spy } from 'rxjs-spy';
spy();

and it always crash the browser tab after long time loading.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 21 (12 by maintainers)

Most upvoted comments

Also, if you’ve not already tried it, you could try disabling the graphing and snapshotting plugins:

spy({ plugins: [] });

If that solves the problem, I’d still appreciate your including and error message and any steps to reproduce the problem with a new project.