eraeco / joy

JOY is a JavaScript framework for building user interfaces and progressive applications.
121 stars 25 forks source link

TypeError: Cannot read property 'byteLength' of undefined in example/best.html #6

Closed i001962 closed 3 years ago

i001962 commented 3 years ago

joy.min.js:2700 TypeError: Cannot read property 'byteLength' of undefined at Function.from (joy.min.js:2380) at Object.SEA.opt.fall_verify (joy.min.js:2729) at async Object.SEA.verify (joy.min.js:2692)

2380 const byteLength = input.byteLength // what is going on here? FOR MARTTI

i001962 commented 3 years ago

TO fix update package.json to only depend on gun.

"dependencies": {
    "gun": "~>0.2020.1232"
  }