mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Revert D84624705 (#54209)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54209 Changelog: [Internal] This diff reverts D84624705 The marker is logged even if there is a full bundle reload. Depends on D84624705 Reviewed By: hoxyq Differential Revision: D85048405 fbshipit-source-id: 0d634a034efe42b404abe1992a4f82280dbeedec
This commit is contained in:
committed by
meta-codesync[bot]
parent
50b1bec2d5
commit
2f8392387b
@@ -233,15 +233,6 @@ Error: ${e.message}`;
|
||||
pendingUpdatesCount--;
|
||||
if (pendingUpdatesCount === 0) {
|
||||
DevLoadingView.hide();
|
||||
performance.mark('Fast Refresh - Update done', {
|
||||
detail: {
|
||||
devtools: {
|
||||
dataType: 'marker',
|
||||
color: 'primary',
|
||||
tooltipText: 'Fast Refresh \u269b',
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user