We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0ece9 commit 2deef46Copy full SHA for 2deef46
1 file changed
packages/plugin-react/src/fast-refresh.ts
@@ -37,7 +37,7 @@ let prevRefreshSig;
37
38
if (!window.__vite_plugin_react_preamble_installed__) {
39
throw new Error(
40
- "@vitejs/plugin-react-refresh can't detect preamble. Something is wrong. " +
+ "@vitejs/plugin-react can't detect preamble. Something is wrong. " +
41
"See https://github.com/vitejs/vite-plugin-react/pull/11#discussion_r430879201"
42
);
43
}
0 commit comments