Skip to content

Commit ee8efd9

Browse files
Feiyang1yuchenshi
andauthored
Update packages/component/src/types.ts
Co-authored-by: Yuchen Shi <[email protected]>
1 parent cbf4012 commit ee8efd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import { ComponentContainer } from './component_container';
1919

2020
export const enum InstantiationMode {
21-
LAZY = 'LAZY', // Currently all components are LAZY in JS SDK
21+
LAZY = 'LAZY', // Currently most components are LAZY in JS SDK
2222
EAGER = 'EAGER',
2323
EXPLICIT = 'EXPLICIT' // component needs to be initialized explicitly by calling Provider.initialize()
2424
}

0 commit comments

Comments
 (0)