amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.08k stars 1.16k forks source link

setTimeout.each is not a function #1289

Open KrzysztofZawisla opened 1 year ago

KrzysztofZawisla commented 1 year ago

I started getting error as in title.

gun,js:1611 at t.hi (gun.js:1611:16) at r.onopen (gun.js:1703:15)

Any idea how to fix that?

Doesn't work only with sentry

amark commented 1 year ago

Can you put up a https://jsbin.com/ example?

quoctran18 commented 1 year ago

Same error.

gun = new Gun(); user = gun.user(); user.create(alias, pass, cb, opt); => throw error: TypeError: setTimeout.each is not a function

0awful commented 1 year ago

https://jsbin.com/quropiduki/edit?html,console

This contains all your cited code @quoctran18 do you have more? In your case what is alias, pass, cb, and opt?