-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
Version 7.3.0: faker.name.fullName is not a function #1208
Comments
I'm very sure this feature is not released yet. For now you can still use |
Perfect. Thanks. |
May I ask: How did you get to know of |
Sure. The current documentation references that specific function. There seems to be a discrepancy between the generated version of the library and its documentation. Is possible that the problem is located in the CI pipeline? |
Oh wow. Thank you, I will discuss this with the maintainers/members to pinpoint the problem. |
You're welcome. 👍🏻 |
I will close this due to the circumstances. If you (or any other person) are against that, feel free to reopen. |
Ran into the same issue. faker.company.name is another example |
Describe the bug
When I try to use
faker.name.fullName()
, my app crashes because that particular function doesn't exist.Reproduction
@faker-js/faker
version7.3.0
using the commandnpm install -D @faker-js/[email protected]
const { faker } = require('@faker-js/faker')
faker.name.fullName()
functionAdditional Info
The function is not present in the compiled bundle somehow..?
The documentation has a reference to that particular function: https://fakerjs.dev/api/name.html#fullName
The source code also has a reference to it: https://github.com/faker-js/faker/blob/main/src/modules/name/index.ts#L184
The text was updated successfully, but these errors were encountered: