ToelliJ

Results 2 comments of 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). ![image](https://user-images.githubusercontent.com/2720069/164642711-6b438db8-bff6-4e7c-965d-399e693fcb7b.png) I had the same issue. I found out that...