sir-dunxalot / ember-tooltips

Easy and extendible tooltips for Ember components - http://sir-dunxalot.github.io/ember-tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warning: Using `run.bind` has been deprecated

jeroen-hoekstra opened this issue · comments

We get this deprecation warning after updating to "ember-source": "3.27.1".
We use "ember-tooltips": "3.4.7".

DEPRECATION: Using `run.bind` has been deprecated. Instead, import the value directly from @ember/runloop:

import { bind } from '@ember/runloop'; [deprecation id: deprecated-run-loop-and-computed-dot-access]

const boundCallback = run.bind(this, callback);

Thanks! I'll be doing a run at Ember 3.27+/4+ support in the coming weeks to address this

Should be fixed in 3.5.1. Sorry about the wait!