Open CITGuru opened 10 months ago
@Shaptic Can you help with this.
There are 2 fix to this:
Update the below variables from
readonly CLOSED: number;
readonly CONNECTING: number;
readonly OPEN: number;
to:
readonly CLOSED: 2;
readonly CONNECTING: 0;
readonly OPEN: 1;
https://www.npmjs.com/package/@citguru/stellar-sdk If you are having the same issues. You can easily fix it by using this installation instead
Describe the bug EventSource in (dom-monkeypatch.d.ts) is conflicting with EventSource in Typescript lib.dom.d.ts
What version are you on? Latest version - 11.2.1
To Reproduce Steps to reproduce the behavior:
Additional context I was able to fix this by deleting dom-monkeypatch.d.ts from the package and it worked fine without it