Deprecation message before refactoring - arrayElement() #902
Labels
c: bug
Something isn't working
p: 3-urgent
Fix and release ASAP
s: accepted
Accepted feature / Confirmed bug
Milestone
Describe the bug
On release 6.3.0, it was added a warning that
faker.random.arrayElement
is deprecated - but other functions likefaker.random.alphaNumeric
are still referencing the obsolete one.Reproduction
just call
fake.random.alphaNumeric()
:Additional Info
should be considered holding adding deprecation notices until all internal functions are refactored to remove the dependency from the deprecated method.
The text was updated successfully, but these errors were encountered: