I am getting this notice in the developer console, related to this recent change
[THEME 17 ‘discourse-scroll-buttons’] Deprecation notice: Importing getOwner from
discourse-common/lib/get-owner
is deprecated. Useimport { getOwner } from '@ember/application'
, or if you still need the fallback shim, useimport { getOwnerWithFallback } from 'discourse-common/lib/get-owner';
. [deprecated since Discourse 3.2] [deprecation id: discourse.get-owner-with-fallback]
Any chance of an update? It’s a really useful component for mobile view.