ToelliJ
ToelliJ
Try following workaround: ``` this.datePicker.show(pickerOptions).then( date => { if (date === undefined) { return; }; console.log('Got date: ', date); }, err => console.log('Error occurred while getting date: ', err) );...
> @JoostK oh, thx. there is nothing about these changes here https://rxjs.dev/deprecations/breaking-changes 😕 You can find a notice on [6-to-7-change-summary](https://rxjs.dev/6-to-7-change-summary).  I had the same issue. I found out that...