ember-element-helper icon indicating copy to clipboard operation
ember-element-helper copied to clipboard

Unexpected issue after upgrade ember-animated

Open rogeraraujo90 opened this issue 3 years ago • 1 comments

My app uses embroider and I was trying to fix the Ember 3.28 deprecations by upgrading ember-animated to the latest version.

In my app we use it in the main route:

// application.hbs

<Navbar />

// navbar.hbs

<AnimatedContainer>
  {{! our code }}
</AnimatedContainer>

image

rogeraraujo90 avatar Jul 14 '22 18:07 rogeraraujo90

Hello! sorry I took so long to get to reviewing this issue -- is this still a problem? current version of ember-element-helper is 0.8.2

NullVoxPopuli avatar Aug 21 '23 15:08 NullVoxPopuli