feat: remove proxy get handler for type restoration
This commit is contained in:
parent
b1cfdb4a9f
commit
77a2c63c19
1 changed files with 0 additions and 5 deletions
|
@ -154,11 +154,6 @@ export class WebComponent extends HTMLElement {
|
||||||
return true
|
return true
|
||||||
},
|
},
|
||||||
get(obj, prop) {
|
get(obj, prop) {
|
||||||
// TODO: handle non-objects
|
|
||||||
if (obj[prop] !== null && obj[prop] !== undefined) {
|
|
||||||
Object.getPrototypeOf(obj[prop]).proxy = meta.#props
|
|
||||||
Object.getPrototypeOf(obj[prop]).prop = prop
|
|
||||||
}
|
|
||||||
return obj[prop]
|
return obj[prop]
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue