ds300 / ds300/react-native-typescript-transformer
Decorator breaks HRM with error: Unable to delete property
Open
- Dominant language
- JavaScript
- Stars
- 656
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
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

Contributor guide
Assessment
This issue has not been assessed yet.