We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de56e90 commit efc3d6bCopy full SHA for efc3d6b
src/reactHotLoader.js
@@ -122,14 +122,11 @@ const reactHotLoader = {
122
configuration.ignoreSFC = configuration.ignoreSFCWhenInjected
123
124
reactHotLoader.IS_REACT_MERGE_ENABLED = true
125
- console.info(
126
- 'React-Hot-Loader: react-🔥-dom patch detected. You may use all the features.',
127
- )
128
} else {
129
// Actually everything works...
130
- // console.warn(
131
- // 'React-Hot-Loader: react-🔥-dom patch is not detected. React 16.6+ features may not work.',
132
- // )
+ console.warn(
+ 'React-Hot-Loader: react-🔥-dom patch is not detected. React 16.6+ features may not work.',
+ )
133
}
134
/* eslint-enable */
135
if (!React.createElement.isPatchedByReactHotLoader) {
0 commit comments