From 43f86741e8387b8f5621db6fe33b8d49445fd0a1 Mon Sep 17 00:00:00 2001 From: dream2023 <1098626505@qq.com> Date: Tue, 6 Feb 2024 14:35:05 +0800 Subject: [PATCH] fix: context is undefined --- packages/core/client/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/client/src/index.ts b/packages/core/client/src/index.ts index 1c9638e1a8..aad144f837 100644 --- a/packages/core/client/src/index.ts +++ b/packages/core/client/src/index.ts @@ -25,6 +25,7 @@ export * from './collection-manager'; export * as interfacesProperties from './collection-manager/interfaces/properties'; export { getConfigurableProperties } from './collection-manager/templates/properties'; export * from './collection-manager/CollectionHistoryProvider'; +export * from './collection-manager/context'; export * from './common'; export * from './css-variable'; export * from './document-title';