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 bf64b94 commit dfdb39bCopy full SHA for dfdb39b
src/utils.ts
@@ -29,7 +29,7 @@ export function getSuperSlot(proto: Identity) {
29
if (slot) {
30
return slot
31
}
32
- curr = getPrototypeOf(proto)
+ curr = getPrototypeOf(curr)
33
34
return null
35
0 commit comments