diff --git a/runtime/preparation/init.ts b/runtime/preparation/init.ts index 037c73f1..934cc855 100644 --- a/runtime/preparation/init.ts +++ b/runtime/preparation/init.ts @@ -137,7 +137,7 @@ const ComponentsInfo: components[] = [ 'type': 'canvas' }, { - 'methods': ['getXComponentContext', 'createIntersectionObserver', 'addChild'], + 'methods': ['getXComponentContext', 'createIntersectionObserver', 'addChild', 'getXComponentSurfaceId'], 'type': 'xcomponent' }, {'methods': ['show', 'close', 'getBoundingClientRect', 'scrollBy', 'getScrollOffset', 'scrollTo', 'createIntersectionObserver', 'addChild'], 'type': 'dialog'},