github project
using template for component, copied V4 code
press menu button top right(in HeaderComponent),
runs method (menu) in HeaderComponent to create/present the modal.
should open dialog (AddressModal)
crashes at res.present()
Uncaught (in promise) Error: framework delegate is missing
at eval (framework-delegate-d1eb6504.js?b457:11)
at step (tslib.es6.js?9ab4:100)
at Object.eval [as next] (tslib.es6.js?9ab4:81)
at eval (tslib.es6.js?9ab4:74)
at new Promise (<anonymous>)
at __awaiter (tslib.es6.js?9ab4:70)
at attachComponent (framework-delegate-d1eb6504.js?b457:2)
at class_1.eval (ion-modal.entry.js?1ad0:390)
at step (tslib.es6.js?9ab4:100)
at Object.eval [as next] (tslib.es6.js?9ab4:81)
seems like I missed something, same worked in V4
this shows similar using create/present approach
2 posts - 2 participants