chore: comments (#5332) [ci skip]

This commit is contained in:
Marcos Dantas 2022-05-12 21:23:28 -03:00 committed by GitHub
parent 220f255fe9
commit cd92654510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ function createReactiveObject(
if (existingProxy) {
return existingProxy
}
// only a whitelist of value types can be observed.
// only specific value types can be observed.
const targetType = getTargetType(target)
if (targetType === TargetType.INVALID) {
return target