Wraps a component with adapter.observer lazily, at first render rather than at module
load time, so that setReactivityAdapter works no matter when the app calls it during
startup. (A module-scope observer(...) call would capture the default adapter, because
imported modules run before the importing module's own code.)
Wraps a component with
adapter.observerlazily, at first render rather than at module load time, so thatsetReactivityAdapterworks no matter when the app calls it during startup. (A module-scopeobserver(...)call would capture the default adapter, because imported modules run before the importing module's own code.)