We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1f5d3 commit 6b8cf99Copy full SHA for 6b8cf99
packages/reactivity/src/collectionHandlers.ts
@@ -350,7 +350,7 @@ function checkIdentityKeys(
350
const type = toRawType(target)
351
console.warn(
352
`Reactive ${type} contains both the raw and reactive ` +
353
- `versions of the same object${type === `Map` ? `as keys` : ``}, ` +
+ `versions of the same object${type === `Map` ? ` as keys` : ``}, ` +
354
`which can lead to inconsistencies. ` +
355
`Avoid differentiating between the raw and reactive versions ` +
356
`of an object and only use the reactive version if possible.`
0 commit comments