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 575e810 commit 7eb6c8cCopy full SHA for 7eb6c8c
src/core/util/debug.js
@@ -1,6 +1,7 @@
1
import config from '../config'
2
+import { noop } from 'shared/util'
3
-let warn
4
+let warn = noop
5
let formatComponentName
6
7
if (process.env.NODE_ENV !== 'production') {
0 commit comments