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 @TimFroidcoeur. We don't provide type definitions for this library, that means you are probably getting them from DefinitelyTyped. I'd open an issue/PR there instead.
I'm trying to use CredentialsEncodingMode.LOOSE, as follows:
and I get a runtime error
I'm not an expert in how typescript works, but according to https://ncjamieson.com/dont-export-const-enums/ this is an inherent limitation of exporting a const enum.
I am using the following as a workaround:
maybe the exported enums should be non-const?
The text was updated successfully, but these errors were encountered: