diff --git a/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/interop/interop.ts b/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/interop/interop.ts index 37d7ae05371c06c1e99450c16e908b1747f51775..d0e767df977eac982c392e9c1db37e27dc564808 100644 --- a/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/interop/interop.ts +++ b/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/interop/interop.ts @@ -91,9 +91,15 @@ function resetViewPUFindLocalStorageInterop(): void { } function viewPUCreate(component: ViewPU): void { + console.log("aaaaaa viewPUCreate"); ViewPU.create(component); } +function viewV2Create(component: ViewV2): void { + console.log("aaaaaa viewV2Create"); + ViewV2.create(component); +} + function getRawObjectForInterop(value: Object): Object { if ((Array.isArray(value) || value instanceof Set || value instanceof Date || value instanceof Map) && ObservedObject.IsObservedObject(value)) {