patchbay icon indicating copy to clipboard operation
patchbay copied to clipboard

TypeError: Cannot read property 'id' of null

Open austinfrey opened this issue 5 years ago • 0 comments

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

austinfrey avatar Jan 07 '21 20:01 austinfrey