In commit 39a5a27#diff-89445c6c83cbe6d3251522637788daeb the ramda join() function import was removed but is still called on the Phone and Address smart fields.
Using phone.join() and address.join() native methods seems to fix the issue, but I am not sure whether there is a future composability problem by not using the Ramda method.