Ember Remodal Open on Component didInsertElement

Turns out there there is a race issue going on. Placing the function call to open the modal in an Ember.run.later worked just fine. Theoretically, this shouldn’t happen, but sometimes theories don’t work out.

1 Like