Hi,
I was testing the latest 17.0.0 release with Angular 21.0.x and everything is okay. Then I switched over to Angular 21.1.0 today, and I'm getting issue with _VIEW_REPEATER_STRATEGY. They must have changed the @angular/cdk. This is the only blocker so far.
X [ERROR] No matching export in "node_modules/.pnpm/@angular+cdk@21.1.0_@angula_44c2e323958eda86e93d7f098e31c35a/node_modules/@angular/cdk/fesm2022/collections.mjs" for import "_VIEW_REPEATER_STRATEGY"
node_modules/.pnpm/@nebular+theme@17.0.0_9d9861d31878af47b3775e17768a693d/node_modules/@nebular/theme/fesm2022/nebular-theme.mjs:22:9:
22 │ import { _VIEW_REPEATER_STRATEGY, _DisposeViewRepeaterStrategy } from '@angular/cdk/collections';
╵ ~~~~~~~~~~~~~~~~~~~~~~~
E:\aproject\node_modules\.pnpm\esbuild@0.27.2\node_modules\esbuild\lib\main.js:1467
let error = new Error(text);
^
Error: Error during dependency optimization:
X [ERROR] No matching export in "node_modules/.pnpm/@angular+cdk@21.1.0_@angula_44c2e323958eda86e93d7f098e31c35a/node_modules/@angular/cdk/fesm2022/collections.mjs" for import "_VIEW_REPEATER_STRATEGY"
node_modules/.pnpm/@nebular+theme@17.0.0_9d9861d31878af47b3775e17768a693d/node_modules/@nebular/theme/fesm2022/nebular-theme.mjs:22:9:
22 │ import { _VIEW_REPEATER_STRATEGY, _DisposeViewRepeaterStrategy } f...
╵ ~~~~~~~~~~~~~~~~~~~~~~~
at failureErrorWithLog (E:\aproject\node_modules\.pnpm\esbuild@0.27.2\node_modules\esbuild\lib\main.js:1467:15)
at E:\aproject\node_modules\.pnpm\esbuild@0.27.2\node_modules\esbuild\lib\main.js:926:25
at E:\aproject\node_modules\.pnpm\esbuild@0.27.2\node_modules\esbuild\lib\main.js:1345:9
at process.processTicksAndRejections (node:internal/process/task_queues:103:5) {
errors: [Getter/Setter],
warnings: [Getter/Setter]
}
thought maybe @hoermillerj can have a look at this
Hi,
I was testing the latest 17.0.0 release with Angular 21.0.x and everything is okay. Then I switched over to Angular 21.1.0 today, and I'm getting issue with _VIEW_REPEATER_STRATEGY. They must have changed the @angular/cdk. This is the only blocker so far.
thought maybe @hoermillerj can have a look at this