diff --git a/compiler/src/component_map.ts b/compiler/src/component_map.ts index 79f1974da619a55bd559ec7ba642d92321043d90..6bd7a35d2db60e25138d087179260baa760f769f 100644 --- a/compiler/src/component_map.ts +++ b/compiler/src/component_map.ts @@ -82,7 +82,7 @@ export const JS_BIND_COMPONENTS: Set = new Set([ 'PanGestureOption', 'CustomDialogController', 'Storage', 'Scroller', 'SwiperController', 'TabsController', 'CalendarController', 'AbilityController', 'VideoController', 'WebController', 'RenderingContext', 'CanvasGradient', 'ImageBitmap', 'ImageData', 'Path2D','RenderingContextSettings', - 'OffscreenRenderingContext', 'AlertDialog' + 'OffscreenRenderingContext', 'AlertDialog', 'ActionSheet' ]); export const NEEDPOP_COMPONENT: Set = new Set(['Blank', 'Search']);