ssbc / patchbay

An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork
http://www.scuttlebutt.nz
386 stars 78 forks source link

TypeError: Cannot read property 'id' of null #379

Open austinfrey opened 3 years ago

austinfrey commented 3 years ago

On a fresh pull from master and running npm start are a lot of errors like the following stack trace. An error tab is opened for each of these errors (screenshot below).

NodeJS: 10.23.0 OS: Ubuntu 20.0

TypeError: Cannot read property 'id' of null
    at history.filter.loc (/home/austin/dev/ssbc/patchbay/app/html/tabs.js:44:54)
    at Array.filter (<anonymous>)
    at onClose (/home/austin/dev/ssbc/patchbay/app/html/tabs.js:43:39)
    at close (/home/austin/dev/ssbc/patchbay/node_modules/hypertabs/tabs.js:46:18)
    at HTMLAnchorElement.onclick (/home/austin/dev/ssbc/patchbay/node_modules/hypertabs/tabs.js:77:9)
TypeError: Cannot read property 'id' of null
    at history.filter.loc (/home/austin/dev/ssbc/patchbay/app/html/tabs.js:44:54)
    at Array.filter (<anonymous>)
    at onClose (/home/austin/dev/ssbc/patchbay/app/html/tabs.js:43:39)
    at close (/home/austin/dev/ssbc/patchbay/node_modules/hypertabs/tabs.js:46:18)
    at HTMLAnchorElement.onclick (/home/austin/dev/ssbc/patchbay/node_modules/hypertabs/tabs.js:77:9)

patchbay-errors