ember-bulma icon indicating copy to clipboard operation
ember-bulma copied to clipboard

{{bulma-container}} may cause error in production build

Open crodriguez1a opened this issue 7 years ago • 3 comments

See https://github.com/matthewsecrist/Saga-Frontend/issues/1 and https://github.com/ebryn/ember-model/issues/457

Keep in mind, there are several components that use the container class. It seems that just evaluating the word when rendering may be causing the app to throw an error (only on a prod build)

screen shot 2017-08-11 at 12 03 14 am

crodriguez1a avatar Aug 11 '17 03:08 crodriguez1a

@crodriguez1a Seems like this is a bug in ember core -> https://github.com/emberjs/ember.js/issues/15322. The issue hasn't received any feedback yet, but I think it's safe to say this isn't due to the use of the container class on our components.

What version of Ember were you running?

jbailey4 avatar Aug 25 '17 11:08 jbailey4

@jbailey4 2.14.1... Did you take a look at @matthewsecrist issue specifically? He seemed to think that removing bulma-container from his app resolved the issue. Take a look and let me know.

crodriguez1a avatar Aug 25 '17 14:08 crodriguez1a

@crodriguez1a Yeah I'll look into it, working on some test ATM. Weird bug...

jbailey4 avatar Aug 28 '17 22:08 jbailey4