I just updated to ember-stereo 5.4.1 and am seeing a new deprecation warning. It may have been there previously but I missed it among the other warnings about the inject as service deprecation.
DEPRECATION: waitForProperty is deprecated due to its use of observers.
Consider using a polling approach instead.
[deprecation id: ember-concurrency.deprecate-wait-for-property]
This will be removed in ember-concurrency 5.0.0.
Unfortunately this one doesn't seem like it's as easy of a fix as the inject as service one was.
I just updated to ember-stereo 5.4.1 and am seeing a new deprecation warning. It may have been there previously but I missed it among the other warnings about the
inject as servicedeprecation.Unfortunately this one doesn't seem like it's as easy of a fix as the
inject as serviceone was.