Optional Chaining - Function.prototype.apply was called on undefined, which is an undefined and not a function

Viewed 1506
2 Answers

It turns out to be a V8 bug, I've submitted it there, hopefully, it'll be fixed soon.

Update: it has been fixed.

Related