Closed samchrisinger closed 8 years ago
Removing 'ember-bootstrap' as a dependency from our project fixes this.
Looking at ember-bootstrap:'s index.js: https://github.com/kaliber5/ember-bootstrap/blob/master/index.js#L40
They're already doing the move that is specified here: https://github.com/toddjordan/ember-cli-dynamic-forms/commit/2ca10bb7214ddbe629cd672a94317efd279cf08f#diff-168726dbe96b3ce427e7fedce31bb0bcR11 in ember-cli-dynamic-forms
We're not using any of the features of ember-bootstrap. Resolving this for now.
looks like ember-bootstrap can turn that move off with an option. If you did need it you could try disabling the option. I also should import the other versions of that file similar to what they are doing...
My team is getting:
after upgrading to the latest version of ember-cli-dynamic-forms.
My guess is that this is not a bug with this library, but with another of our dependencies.
At any rate I'm opening this ticket to document any solution we might find.