Component helper combined with concat helper does not work in Ember 2.7.0

I have a simple template snippet which does not work since I updated from 2.6.0 to 2.7.1:

{{component (concat item.constructor.modelName '-item')}}

This now returns an error.

What is the correct syntax for such a snippet in 2.7.x?