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 e58ebe9 commit 3bb88ceCopy full SHA for 3bb88ce
packages/icestark/src/AppRoute.tsx
@@ -90,7 +90,7 @@ export default class AppRoute extends React.Component<AppRouteProps, AppRouteSta
90
if (loadScriptMode && loadScriptMode !== 'fetch') {
91
console.error('[icestark] runtime option can only be used when loadScriptMode is set to "fetch"');
92
} else if (!loadScriptMode) {
93
- console.warn('[icestark] Runtime option detected but loadScriptMode not set - automatically switching to "fetch" mode');
+ console.log('[icestark] Runtime option detected but loadScriptMode not set - automatically switching to "fetch" mode');
94
}
95
96
0 commit comments