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
TypeError: Class extends value undefined is not a constructor or null
at Object.<anonymous> (/usr/app/node_modules/timeout-abort-controller/index.js:12:33)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Module.require (internal/modules/cjs/loader.js:952:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/usr/app/node_modules/libp2p/src/dialer/index.js:9:27)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
/usr/app/node_modules/timeout-abort-controller/index.js:12
class TimeoutController extends AbortController {
^
Seems that this detection does not cover some corner case
Running Lodestar on this branch ChainSafe/lodestar#2328 breaks with
Seems that this detection does not cover some corner case
timeout-abort-controller/index.js
Lines 5 to 8 in 653c45c
CC @wemeetagain
Example of error https://github.com/ChainSafe/lodestar/runs/2272944508?check_suite_focus=true#step:7:7
The text was updated successfully, but these errors were encountered: