Martin Jul Hammer

Results 4 comments of Martin Jul Hammer

@sachin27sharma "@angular-redux/store": "^10.0.0", and "redux": "^4.0.4", doesn't play well together. Downgrade redux to "redux": "^4.0.1" and the error should dissappear.

@MiHawkStackOverFlow Hmmm... Hard to say what is wrong then. Maybe your redux configuration is off? Maybe you need to use a different rxjs version? Or maybe try "Hard" dep versions...

@BzenkoSergey It worked! You are a champ! Looked through my company's project for ALL logic defined in components constructors, and moved anything I found to ngOnInit, and bam, no error.

I experience this when [downgrading](https://angular.io/api/upgrade/static/downgradeComponent) an Angular component to AngularJS. My component works initially (dialog shows), but when an item is added to the list, the tooltip starts acting like...