Promises: Ember.RSVP is not a constructor

My guess is that without the import you’re getting the native Promise and with the import you’re getting RSVPs Promise. For more reading on that subject see this nice explanation. It’s probably safe to just use the native Promise FWIW.