Tom HT
Results
3
comments of
Tom HT
Upgraded to angular 19 and the problem still persists
If you're here because you're stubbing some window location properties - you can bypass the assignment type check: For example with a `jest` stub: ```ts const oldWindowLocation = window.location; Object.defineProperty(window,...
@commadelimited - looks like a small syntax error you need to fix. I wouldn't trust a copy & paste in a github comment character for character - I have to...