Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-native/Libraries/Utilities/HMRClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const HMRClient: HMRClientNativeInterface = {
// there's nothing to hot-reload — registering with the server would just log
// spurious "Unable to resolve module" errors.
if (!getDevServer().bundleLoadedFromServer) {
console.warn(
console.log(
'Not enabling Hot Module Reloading: the JS bundle was loaded from a local ' +
'file, not from Metro. To use HMR, load the bundle from the packager.',
);
Expand Down
Loading