Docs should mention that custom functions must be named functions
Open
- Dominant language
- JavaScript
- Stars
- 15.5k
- Forks
- 663
- PR merge metrics
- No merged PRs in 30d
Description
So apparently custom functions throw an error if they are anonymous (including arrow functions too).
Therefore it should be mentioned in the docs that custom functions must be named functions, and will not work otherwise.
Contributor guide
Assessment
This issue has not been assessed yet.