mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix-next: avoid circular reference (#6812)
This commit is contained in:
@@ -217,7 +217,8 @@ global.__onLiveSync = function __onLiveSync(context?: HmrContext) {
|
||||
return;
|
||||
}
|
||||
|
||||
livesync(context);
|
||||
const rootView = getRootView();
|
||||
livesync(rootView, context);
|
||||
};
|
||||
|
||||
function initLifecycleCallbacks() {
|
||||
|
||||
Reference in New Issue
Block a user