You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An internal partner team is using this to conditionally override CSS properties (e.g. ...sizeLimited && { width: 100, height: 100 } and is seeing OOM crashes in tsc and poor editor responsiveness.
TypeScript Version: nightly (fc03982)
Search Terms: spread, union, oom
Playground Link: link
Related Issues: #34853 addressed a related issue
An internal partner team is using this to conditionally override CSS properties (e.g.
...sizeLimited && { width: 100, height: 100 }and is seeing OOM crashes in tsc and poor editor responsiveness.