DockYard / ember-in-viewport

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

Removing deprecated '@ember/polyfills' #325

Open marcemira opened 5 months ago

marcemira commented 5 months ago

This pull request refactors the start-app.js test helper to remove the deprecated @ember/polyfills import and replace the merge function with the ES6 spread operator for merging objects.

Changes Made:

Reason for Change:

Impact: