DockYard / ember-in-viewport

Detect if an Ember View or Component is in the viewport @ 60FPS
MIT License
245 stars 91 forks source link

Replace Ember.assign usage with Object.assign #302

Closed mehulkar closed 2 years ago

mehulkar commented 2 years ago

Follow up to #299.

mehulkar commented 2 years ago

The embroider safe test failing seems like a timing issue rather than an issue with this PR. maybe retriggering will make it pass