-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rxjs 7.0.0 has error #6315
Comments
Needs a minimal reproduction, as Lines 129 to 131 in 4dda357
https://github.com/microsoft/tslib/blob/2.1.0/tslib.js#L206-L210 |
before i post this issue, i searched in website, and found this : microsoft/tslib#149 |
That issue has no reproduction either, so if anything is to be done about here, one will need to be provided. In any case, it's clear that the export was added in the version of |
a reproduction: https://github.com/xp44mm/hyperscript-rxjs-test just execute |
Please provide a repro that does not contain packages published from what appears to be a private repo. This is on npm, but the GitHub projects are private: https://www.npmjs.com/package/hyperscript-rxjs I won't be installing it. Please provide a minimal repro that uses only well-known open-source packages. |
FWIW, I've tweaked a small CRA-based harness that I have on this notebook to use RxJS 7.0.0 and have confirmed that it is installed with |
I'm using pure js project instead of ts, I've added dependency packages |
It's something with your configuration. CRA builds using Babel, not TypeScript. It should not be necessary to add |
when i upgrade rxjs 7.0.0, use webpack has error:
WARNING in ./node_modules/rxjs/dist/esm5/internal/Subscriber.js 122:34-47
export '__spreadArray' (imported as '__spreadArray') was not found in 'tslib'
....
and have a lot of error same as above. Although it is a warning, the program does not execute correctly and will be interrupted.
change rxjs version back to 6.6.7 the work properly again. my code too much to ditermine where is the problem.
The text was updated successfully, but these errors were encountered: