Open unrec opened 3 months ago
This code:
Faker("de").address.streetAddress()
Throws an IllegalArgumentException with the message: Unsupported method 'street_name' for component 'address'. I believe it's the same for streetName.
IllegalArgumentException
Unsupported method 'street_name' for component 'address'
streetName
This code:
Throws an
IllegalArgumentException
with the message:Unsupported method 'street_name' for component 'address'
. I believe it's the same forstreetName
.