Failed to execute 'construct' on 'CustomElementConstructor'

Related github issue: https://github.com/ionic-team/ionic/issues/20720

I’m wondering if anyone here experience the same issue? (more info in github issue)

Basically what happens is that the user receives a notification (while app is in foreground) and then he sends the app to background. After waiting for like 10-30mins he clicks on the notification (while the app is still in background; so not a cold start). By clicking on the notification we trigger a navigation command navigateForward which produces the following exception: Uncaught Error: Failed to execute 'construct' on 'CustomElementConstructor': The provided callback is no longer runnable.

Hey there

I just experienced the same issue. The GitHub thread was really interesting. Great work!