cartant / rxjs-spy

A debugging library for RxJS
https://cartant.github.io/rxjs-spy/
MIT License
702 stars 22 forks source link

Update README.md #64

Open OliverJAsh opened 2 years ago

OliverJAsh commented 2 years ago

When I tried to import rxjs-spy/operators/tag I got this error:

Module not found: Error: Package path ./operators/tag is not exported from package /Users/oliverash/Development/unsplash/unsplash-web/node_modules/rxjs-spy (see exports field in /Users/oliverash/Development/unsplash/unsplash-web/node_modules/rxjs-spy/package.json)

It seems we need to import from rxjs-spy/operators instead:

https://github.com/cartant/rxjs-spy/blob/f5f459170a977701d0cecb52ac2679853d6050df/package.json#L63