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
There are plenty of resources to find polyfills that you can copy and paste.
It is important to verify that the polyfill is actually being used. I added a console.log to see if the polyfill was being used. I also checked for the polyfill file in the bundle.
I used the new Object.groupBy method for my polyfill subject.
This method is really not great for Angular, as such a structure can be hard to iterate over in an Angular template. You cannot use Object.keys(), and nested keyvalue pipes can be difficult to implement.
Continued Development
Cypress 13.11 works with Angular 18, but there are some glitches.