Closed wonez closed 6 years ago
I have the same problem. Maybe you can create a PR.
@Chris2011 I've merged your pr. Is this issue solved by that?
I didn't do a PR, but yes, removing Subject and Rx from rxjs/* is resolving the issue. Can't see any sideeffects after using it.
rxjs-compat is not needed.
Which version has the fix? i'm not seeing this in my project.
Getting Module not found: Error: Can't resolve 'rxjs/Subject'
if i remove rxjs-compat
.
The fix should be to import Subject
directly from rxjs
:
import { Subject} from 'rxjs';
yes need it to
Please download version 1.8.0. We addressed this issue.
Webpack does not allow app to be compiled stating
I had to change in /node_modules/amazing-time-picker.js
import { Subject as Subject$1 } from 'rxjs/Subject';
withimport { Subject as Subject$1 } from 'rxjs';