chore: add missing space in warning message (#2266) [ci skip]
This commit is contained in:
parent
af1f5d33aa
commit
6b8cf998c4
@ -350,7 +350,7 @@ function checkIdentityKeys(
|
||||
const type = toRawType(target)
|
||||
console.warn(
|
||||
`Reactive ${type} contains both the raw and reactive ` +
|
||||
`versions of the same object${type === `Map` ? `as keys` : ``}, ` +
|
||||
`versions of the same object${type === `Map` ? ` as keys` : ``}, ` +
|
||||
`which can lead to inconsistencies. ` +
|
||||
`Avoid differentiating between the raw and reactive versions ` +
|
||||
`of an object and only use the reactive version if possible.`
|
||||
|
Loading…
Reference in New Issue
Block a user