Skip to content

Broken zone-patch-rxjs in Zone.js 0.14.5 #55825

@Xample

Description

@Xample

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.jsregressionIndicates than the issue relates to something that worked in a previous versionstate: has PR

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions