Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(TypeScript):
Symbol.observable
is now unique symbol
.
Resolves #41 BREAKING CHANGE: Older versions of `@types/node` will clash with this, because `@types/node` incorrectly defined `Symbol.observable` has `symbol` and not `unique symbol`. Update to `@types/node@14.14.6` or higher.
- Loading branch information