We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486c782 commit f6d8621Copy full SHA for f6d8621
1 file changed
src/lib/debug.js
@@ -12,7 +12,7 @@ if (process.env.NODE_ENV !== 'production' && process.env.NODE_ENV !== 'test') {
12
DEBUG = window.localStorage.debug
13
} catch (e) {
14
/* eslint-disable no-console */
15
- console.warning('Semantic-UI-React could not enable debug.')
+ console.error('Semantic-UI-React could not enable debug.')
16
console.error(e)
17
/* eslint-enable no-console */
18
}
0 commit comments