Skip to content

Decorator breaks HRM with error: Unable to delete property #78

@kuriel-dev

Description

@kuriel-dev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions