amark on master
websocket ../index to ./index (… (compare)
amark on master
PANIC tests + AXE get dedup + f… Merge branch 'master' of http:/… (compare)
amark on master
lib/ison: Use setTimeout instea… (compare)
gun.js:1008 Uncaught TypeError: Cannot read properties of undefined (reading 'push')
at walk (gun.js:1008)
at Gun.chain.put (gun.js:1045)
at Object.goCiM.@parcel/transformer-js/src/esmodule-helpers.js (index.ts:5)
at newRequire (index.aaf1df02.js:71)
at index.aaf1df02.js:120
at index.aaf1df02.js:143
.certify(
instead like @rococtz :clap: linked.GUN().get('top').put('primitive')
root level nodes need to be objects. Code crashed before getting to error message, been causing confusion for people, latest main properly logs what to do. Sorry about that!
gun.get('sharedpost').put(user.get('mypost').put('only I could change this')))
gun
and user
.on
messages/inbox/
)
.map()
may be async, pulling from remote peers. I'm guessing remix requires the data to be return data
synchronously, and that's causing the mismatch.useEffect
I think does weird magic, try location.watch = location.watch || location.on(...
to prevent its magic maybe? :clap: @connor-davis correct, here, I believe, I've seen a lot of React apps trash GUN performance because of some weird useEffect magic.