There is a call to Ember.warn that renders the message:
WARNING: No submitting mixin has been added to this route's view. Your form may not submit correctly.
However, the updating of block helpers to components has left the warning assertion looking at the wrong view. Hence, the warning fires when it shouldn't.
There is a call to Ember.warn that renders the message:
However, the updating of block helpers to components has left the warning assertion looking at the wrong view. Hence, the warning fires when it shouldn't.