You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
On a fresh pull from
master
and runningnpm 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
The text was updated successfully, but these errors were encountered: