Dismissing a Modal

Hey all :slight_smile: , I’m having issue while trying Dismiss a modal:
I get the following error:

browser_adapter.js:84 EXCEPTION: Error: Uncaught (in promise): TypeError: Cannot read property 'getBoundingClientRect' of null

not sure what I’m doing wrong

this.viewCtrl.dismiss({ 'type': 'save', 'status': 200, 'data': this.project });

It might be related to the following issue (check the comments for more details):

1 Like