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 057530c commit 943f72aCopy full SHA for 943f72a
packages/runtime-core/src/warning.ts
@@ -45,7 +45,7 @@ export function warn(msg: string, ...args: any[]) {
45
instance,
46
ErrorCodes.APP_WARN_HANDLER,
47
[
48
- msg + args.map(stringifySymbol).join(''),
+ msg + args.map(a=>stringifySymbol(a)).join(''),
49
instance && instance.proxy,
50
trace
51
.map(
0 commit comments