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
For some reason this is not plug and play, likely due to inconsistencies between node-fetch and global fetch included in typescript.
Also, Headers are not available globally so passing anything other than an instances of Headers to the constructor of ImmutableHeaders throws an error as the internal Headers object cannot be created.
The text was updated successfully, but these errors were encountered:
For some reason this is not plug and play, likely due to inconsistencies between
node-fetch
and global fetch included in typescript.Also, Headers are not available globally so passing anything other than an instances of Headers to the constructor of ImmutableHeaders throws an error as the internal Headers object cannot be created.
The text was updated successfully, but these errors were encountered: