Results 2 comments of Ryan Oberleitner

We ran into this as well after updating to Angular 9 with Ivy enabled. We were using the latest package available, 2.11.0. Everything was working fine before the upgrade, and...

Thanks for the suggestion. I tried forcing that dependency but still get the same issue. ``` ERROR TypeError: Cannot read property 'set' of undefined at MyComponent.ngAfterViewInit (my.component.ts:72) ``` Curious how...