We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf4012 commit ee8efd9Copy full SHA for ee8efd9
packages/component/src/types.ts
@@ -18,7 +18,7 @@
18
import { ComponentContainer } from './component_container';
19
20
export const enum InstantiationMode {
21
- LAZY = 'LAZY', // Currently all components are LAZY in JS SDK
+ LAZY = 'LAZY', // Currently most components are LAZY in JS SDK
22
EAGER = 'EAGER',
23
EXPLICIT = 'EXPLICIT' // component needs to be initialized explicitly by calling Provider.initialize()
24
}
0 commit comments