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 8a99f90 commit 139548eCopy full SHA for 139548e
packages/reactivity/src/baseHandlers.ts
@@ -115,7 +115,7 @@ class BaseReactiveHandler implements ProxyHandler<Target> {
115
: reactiveMap
116
).get(target) ||
117
// receiver is not the reactive proxy, but has the same prototype
118
- // this means the reciever is a user proxy of the reactive proxy
+ // this means the receiver is a user proxy of the reactive proxy
119
Object.getPrototypeOf(target) === Object.getPrototypeOf(receiver)
120
) {
121
return target
0 commit comments