Summary
The published Faker Helpers docs show helpers.uniqueArray(this.word.sample, 5), but the deployed generator rejects that syntax as unsafe/complex. A aker.word.sample variant works, so the documentation and runtime behavior are inconsistent.
Reproduction
- Open the published Faker Helpers docs: https://eviltester.github.io/grid-table-editor/docs/faker-helpers.html
- Note the helpers.uniqueArray(this.word.sample, 5) example.
- Open https://eviltester.github.io/grid-table-editor/site/app.html and try the documented example in the generator command context.
- Observe the rejection for unsafe/complex syntax.
- Compare with a working variant such as helpers.uniqueArray(faker.word.sample, 3).
Expected
Published examples should run in the deployed generator or clearly state when a sample is not intended for the generator syntax context.
Actual
The documented example is rejected by the deployed generator.
Evidence

Summary
The published Faker Helpers docs show helpers.uniqueArray(this.word.sample, 5), but the deployed generator rejects that syntax as unsafe/complex. A aker.word.sample variant works, so the documentation and runtime behavior are inconsistent.
Reproduction
Expected
Published examples should run in the deployed generator or clearly state when a sample is not intended for the generator syntax context.
Actual
The documented example is rejected by the deployed generator.
Evidence