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 fd1ccbb commit 86f6b39Copy full SHA for 86f6b39
src/bottomsheet/bottomsheet.ios.ts
@@ -458,7 +458,6 @@ export class ViewWithBottomSheet extends ViewWithBottomSheetBase {
458
whenClosedCallback?.();
459
return;
460
}
461
- console.log('_hideNativeBottomSheet', new Error().stack);
462
const parentWithController = IOSHelper.getParentWithViewController(parent);
463
if (!parent || !parentWithController) {
464
Trace.error('Trying to hide bottom-sheet view but no parent with viewController specified.');
0 commit comments