Popover memory leak in ionic v4

Popover/Modal seems to create detached DOM; hence, memory leaks.

I saw a similar post on stackoverflow but wanted to raise the bug here, as well.

The stackoverflaw post can be found at https://stackoverflow.com/questions/53178002/ionic-4-2-1-modal-memory-leak

Thanks,

Doug

Try to remove all your own code (providers, events, etc.) and test again

Does it leak -> it might be a bug in the FW
It doesn’t leak -> it might be a bug related to your app