We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f0032 commit aee5849Copy full SHA for aee5849
packages/react-dev-utils/webpackFastRefreshDevClient.js
@@ -72,6 +72,7 @@ connection.onmessage = function(e) {
72
break;
73
case 'still-ok':
74
case 'ok':
75
+ case 'warnings': // Warnings are not fatal. We should try refreshing.
76
handleSuccess();
77
78
case 'content-changed':
0 commit comments