oleh-nb

Results 2 issues of oleh-nb

## 🐛 Bug Report Building a project with `vite build` hangs because of an infinite resolution loop. ## Steps to Reproduce ```sh git clone https://github.com/oleh-nb/aleo-bug-infinite-loop.git cd aleo-bug-infinite-loop npm install npm...

bug

https://github.com/AleoHQ/sdk/blob/a08416fd43c6adf489d82a5729b95e42e0a96808/sdk/src/record-provider.ts#L194 Should be: ```ts if ("startHeight" in searchParameters && typeof searchParameters["startHeight"] == "number") { ```