-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arr.flat([depth]).flat is not a function or other #2228
Comments
The most likely cause of this error is that the runtime that you're using does not support If your env.type is browser, could you please updating to use If you're still experiencing the problem, please provide us with your Wallaby.js configuration file and details of your node and browser versions. |
|
Try this change: ...
env: {
type: 'node',
- runner: 'node',
}, If it doesn't help, please provide Wallaby Diagnostics Report. To share the report:
|
|
Looks like by default your system is using |
thanks a lot, everything works .. updated the node at 12.11 |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat
The text was updated successfully, but these errors were encountered: