adopted-ember-addons / ember-pikaday

A datepicker component for Ember CLI projects.
MIT License
159 stars 169 forks source link

deprecated-run-loop-and-computed-dot-access #536

Closed cah-brian-gantzler closed 2 years ago

cah-brian-gantzler commented 2 years ago

Seems that run.bind is being used in several places https://github.com/adopted-ember-addons/ember-pikaday/blob/19366ea66e9037fe9410c65369e9bb796a4b5ed6/addon/mixins/pikaday.js#L62.

There are also places for run.later https://github.com/adopted-ember-addons/ember-pikaday/blob/19366ea66e9037fe9410c65369e9bb796a4b5ed6/addon/mixins/pikaday.js#L86

Maybe others

See https://deprecations.emberjs.com/v3.x#toc_deprecated-run-loop-and-computed-dot-access

cah-brian-gantzler commented 2 years ago

When I searched I thought I was searching on the main branch, seems it found this code in old commits.

Please ignore