Fix frontComponentHostCommunicationApi is not defined error (#18145)

Fix missing import
This commit is contained in:
Raphaël Bosi
2026-02-20 18:49:03 +01:00
committed by GitHub
parent ba59ab8094
commit 58e8b466f3
@@ -17,6 +17,7 @@ import { installStylePropertyOnRemoteElements } from '@/front-component-renderer
import { patchRemoteElementSetAttribute } from '@/front-component-renderer/remote/utils/patchRemoteElementSetAttribute';
import { HTML_TAG_TO_CUSTOM_ELEMENT_TAG } from '@/sdk/front-component-api/constants/HtmlTagToRemoteComponent';
import { setFrontComponentExecutionContext } from '@/sdk/front-component-api/context/frontComponentContext';
import { frontComponentHostCommunicationApi } from '@/sdk/front-component-api/globals/frontComponentHostCommunicationApi';
import { type FrontComponentExecutionContext } from '../../types/FrontComponentExecutionContext';
import { type FrontComponentHostCommunicationApi } from '../../types/FrontComponentHostCommunicationApi';