Skip to content

API calls called 'delete' will break the state view in Augury #9

@Devcon4

Description

@Devcon4

If your component injects the generated DataService the State tab in Augury will stop working. The reason is because in the DataService we will sometimes have an api call named 'delete' which is a reserved word in js. Renaming 'delete' call to something else (i.e. 'deleteModel') will fix this problem and the state will show properly in Augury.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions