Skip to content

TypeScript error "TS6133: 'E' is declared but its value is never read." #220

Closed
@pmbednarczyk

Description

@pmbednarczyk

Hey! :)
In auto-generated http-client.ts this error occurs (look image). Despite there is /* eslint-disable */ /* tslint:disable */ at the top.

image

My settings:
image

Any advice how to prevent such error? Do I miss something?
When I add underscore prefix to this parameter _E or // @ts-ignore above the line with this error it helps. But I cannot do it mannually every time.

Best regards,
Pawel

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions