-
Notifications
You must be signed in to change notification settings - Fork 27k
Closed
Labels
area: zonesIssues related to zone.jsIssues related to zone.jsregressionIndicates than the issue relates to something that worked in a previous versionIndicates than the issue relates to something that worked in a previous versionstate: has PR
Milestone
Description
Which @angular/* package(s) are the source of the bug?
zone.js
Is this a regression?
Yes
Description
I'm now unable to import
import 'zone.js/plugins/zone-patch-rxjs';
The file zone-patch-rxjs tries to import patchRxjs from ./rxjs which is not published into zone.js
/zone.js/fesm2015/zone-patch-rxjs.js
'use strict';
/**
* @license Angular v<unknown>
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
import { patchRxJs } from './rxjs';
patchRxJs(Zone);Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
./node_modules/zone.js/fesm2015/zone-patch-rxjs.js:8:0-35 - Error: Module not found: Error: Can't resolve './rxjs' in 'C:\Users\myProject\node_modules\zone.js\fesm2015'
Please provide the environment you discovered this bug in (run ng version)
No response
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area: zonesIssues related to zone.jsIssues related to zone.jsregressionIndicates than the issue relates to something that worked in a previous versionIndicates than the issue relates to something that worked in a previous versionstate: has PR