Pawel Piotrowski

Results 3 comments of Pawel Piotrowski

I can observe similar (same?) error when using apollo-angular 4.2.0 with @apollo/client 3.7.6. Note: it works fine with 3.7.5. `typescript 4.8.4` Working: `"@angular/core": "^15.1.2", ... "@apollo/client": "^3.7.5", "apollo-angular": "^4.2.0",` Not...

👆 Seems to be tracked here: https://github.com/kamilkisiela/apollo-angular/pull/1906

Same issue for me with 15.3.0 and angular 16. Looks like this occurs only in app when packages or text-editor were recently installed (using same version) with npm. In ex....