Results 2 issues of Jinder Sidhu

**TypeScript Version:** 2.4.1 **Code** ```ts declare interface T { foo: string; } const immutable: T | ReadonlyArray = []; if (Array.isArray(immutable)) { const x = immutable; // Any[] - Should...

Suggestion
In Discussion
Domain: lib.d.ts
Fix Available

### Current Behavior Since upgrading to Nx 22.1.2 on an angular based project using the vite-based storybook builder, the "static-storybook" task results in an error when loaded in the browser...

type: bug
blocked: repro needed
stale
scope: bundlers
priority: medium