ionic-pullup icon indicating copy to clipboard operation
ionic-pullup copied to clipboard

Checking if childFooter is set before trying to expand

Open chrux opened this issue 3 years ago • 0 comments

There are cases where the childFooter is null and we're getting this error. So similar to what you have on collapse we should validate first.

ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'nativeElement' of null TypeError: Cannot read property 'nativeElement' of null at IonicPullupComponent.expand (http://localhost/module-es2015.js:4817:49)

chrux avatar Mar 23 '21 22:03 chrux