Zend certified PHP/Magento developer

Magento 2.3.x: Display address field on registration form?

I’m looking for a way to display address fields on the customer registration form. In previous versions of Magento 2, I was able to add them using the below snippet in the customer_account_create.xml file:

true

Since the release of Magento 2.3.1, this snippet doesn’t seem to have any impact, has anyone come across how to now achieve this?