ds300 / ds300/react-native-typescript-transformer

Decorator breaks HRM with error: Unable to delete property

Open
#78 0 comments 0 reactions 0 assignees View on GitHub
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

![image](https://user-images.githubusercontent.com/17342546/44959315-d2919200-aeb1-11e8-836e-1ce90ad552cb.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.