You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using the scroll activity mixin, that has been removed entirely. There was not much functionality in there, just convenience code. Please use the scroll activity service directly.
Services are no longer re-exported into the app/ folder. This is a confusing pattern that the community is moving away from, because it is very difficult at scale to identify which addons are providing which services without scoping the service to the name of the addon (e.g. injectService('ember-user-activity@user-idle')). If you were relying on this, simply update your service injections to include the addon name as shown in the updated README examples!