-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
Bug Report
Current Behavior
A clear and concise description of the behavior.
repro at https://github.com/kwonoj/rxjs-symbol-test, npm i && npm run build will raise compilation error.
#5874 introduces changes to symbol, which also updated in symbol-observable to support this (https://github.com/benlesh/symbol-observable/blob/master/CHANGELOG.md#300-2020-11-02). But some of packages, for examble redux (https://github.com/reduxjs/redux/blob/v4.0.5/package.json#L53) relies on older version of symbol-observable conflicts with latest rxjs changes.
This is particularly tricky as there's no easy workaround instead of trying to mutate module resolution somehow.
Expected behavior
A clear and concise description of what you expected to happen (or code).
Environment
- Runtime: [e.g. Node v${x}, Chrome v${x}]
- RxJS version:
- (If bug is related) Loader, build configuration: [e.g webpack, angular-cli version, config]
Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
