Closed felixb-wix closed 4 years ago
Improve scenario of lazy component initialization - mute out-of-lifecycle warnings from connectWithShell. For that, Shell has new function
runLateInitializer<T>(initializer: () => T): T
code that runs inside runLateInitializer will be considered part of entry point lifecycle.
runLateInitializer
Accompanying PR in packages: https://github.com/wix-private/responsive-editor-packages/pull/4964/files
Improve scenario of lazy component initialization - mute out-of-lifecycle warnings from connectWithShell. For that, Shell has new function
code that runs inside
runLateInitializer
will be considered part of entry point lifecycle.