Decorator breaks HRM with error: Unable to delete property
ningacoding opened this issue · 0 comments
ningacoding commented
how to reproduce:
clone this repo
https://github.com/dalcib/expo-ts-example
add class:
export function deco(target: Object, propertyKey: string | symbol) {
console.log(target);console.log(propertyKey);
}
In "/src/App.tsx"
add a property with above decorator