You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! :)
In auto-generated http-client.ts this error occurs (look image). Despite there is /* eslint-disable */ /* tslint:disable */ at the top.
My settings:
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
The text was updated successfully, but these errors were encountered:
Hello @pmbednarczyk !
Thanks for this issue!
I'll add @ts-ignore in the next release
unused E is needed to just look at what server can return in bad responses
Uh oh!
There was an error while loading. Please reload this page.
Hey! :)
In auto-generated http-client.ts this error occurs (look image). Despite there is
/* eslint-disable */ /* tslint:disable */
at the top.My settings:

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
The text was updated successfully, but these errors were encountered: