Studio generated code uses wrong type for combobox

I have a view with a combobox. When i inject or add an event handler for that combobox, the JmixCombobox type is being used instead of the vaadin variant.

This gives compilation issues.

image