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 92903f3 commit 72a0eb3Copy full SHA for 72a0eb3
src/core/util/debug.js
@@ -26,7 +26,7 @@ if (process.env.NODE_ENV !== 'production') {
26
27
const formatLocation = str => {
28
if (str === 'anonymous component') {
29
- str += ` - use the "name" option for better debugging messages.)`
+ str += ` - use the "name" option for better debugging messages.`
30
}
31
return `(found in ${str})`
32
0 commit comments