Skip to content

7.0.0-beta.9 conflicts symbol.observable to redux (and other have old symbol-observable version) #5919

@kwonoj

Description

@kwonoj

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.

image

#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.

Metadata

Metadata

Assignees

Labels

AGENDA ITEMFlagged for discussion at core team meetingsTSIssues and PRs related purely to TypeScript issuesbugConfirmed bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions