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
fix(cdk/testing): avoid using dotted property access for dispatchEven… (#20754)
* fix(cdk/testing): avoid using dotted property access for dispatchEvent on ElementFinder
* Internally this was causing an error saying that the type has a
string index signature, but it is being accessed using a dotted property access.
* fixup! fix(cdk/testing): avoid using dotted property access for dispatchEvent on ElementFinder
0 commit comments