Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding Range as described in online docs is deprecated in Ember 3.9+ #86

Open
miketervela opened this issue Apr 16, 2020 · 0 comments

Comments

@miketervela
Copy link

Some of the documentation's example show passing in a new range property.
eg: http://kennethkalmer.github.io/ember-cli-nouislider/#/options

{{range-slider start=40
               connect="lower"
               range=model.defaultRange}}

Since range is a computed property, starting in Ember 3.9 you will see a deprecation warning that this behavior will be going away (though not until 4.0)
https://deprecations.emberjs.com/v3.x/#toc_component-manager-string-lookup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant