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
With #123 we broke support for Node 10 because it's missing the Array.prototype.flat method that was introduced only in Node 11. We should also investigate why the tests didn't catch this.
The text was updated successfully, but these errors were encountered:
With #123 we broke support for Node 10 because it's missing the
Array.prototype.flat
method that was introduced only in Node 11. We should also investigate why the tests didn't catch this.The text was updated successfully, but these errors were encountered: