rangle / augury

Angular Debugging and Visualization Tools
https://augury.rangle.io
MIT License
2.01k stars 216 forks source link

You provided an invalid object where a stream was expected. You can provide an Observable, Promise, Array, or Iterable. #1386

Open camillevillnv opened 5 years ago

camillevillnv commented 5 years ago

Augury version (required): 1.23.0 Angular version (required): 7 OS: Windows 10

Description of issue: -- Include (clipped) screenshot images if possible. In development mode, I get this console error intermittently that only seems to happen when Augury is turned on. This started when I installed Augury, and my other teammates are not experiencing it. When I turn Augury off, I never seem to encounter it.

image

Steps to reproduce:

  1. Install Augury. Make sure it's enabled.
  2. Start application, visit a route. In my case, I only seem to encounter it with a particular route, and its child routes.
  3. On load, the console error appears.

Additional details: I would have to open a new browser window to try to access the route properly. Sometimes it would work, but then after a while, the console error above pops up again. I can replicate this both in my local and our QA environments.

If further details are needed, please let me know.