We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fadc05 commit fbc890aCopy full SHA for fbc890a
src/hot.dev.js
@@ -66,7 +66,7 @@ const makeHotExport = (sourceModule, moduleId) => {
66
// we know that some components were updated, but not tracking which ones
67
// even if their updates might be incorporated automatically (like lazy)
68
// we dont know which one should be tracked, and which updates are important
69
- console.warn(
+ logger.warn(
70
'React-Hot-Loader: some components were updated out-of-bound. Updating your app to reconcile the changes.',
71
);
72
deepUpdate();
0 commit comments