We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3d9bd commit 56f861dCopy full SHA for 56f861d
packages/core/ui/list-view/index.ios.ts
@@ -463,7 +463,7 @@ export class ListView extends ListViewBase {
463
cell.owner = new WeakRef(view);
464
} else if (cell.view !== view) {
465
this._removeContainer(cell);
466
- (<UIView>cell.view.nativeViewProtected).removeFromSuperview();
+ (<UIView>cell.view?.nativeViewProtected)?.removeFromSuperview();
467
468
}
469
0 commit comments