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 583ba0c commit 71a942bCopy full SHA for 71a942b
packages/runtime-core/src/apiCreateApp.ts
@@ -241,7 +241,7 @@ export function createAppAPI<HostElement>(
241
provide(key, value) {
242
if (__DEV__ && key in context.provides) {
243
warn(
244
- `App already provides property with key "${key}". ` +
+ `App already provides property with key "${String(key)}". ` +
245
`It will be overwritten with the new value.`
246
)
247
}
0 commit comments