miguelcobain / ember-composability-tools

ember-composability-tools - Helpers for building a somewhat different kind of components.
MIT License
39 stars 18 forks source link

Fixes deprecation by adding getter and setter to computed property #24

Closed alanlalonde closed 4 years ago

alanlalonde commented 5 years ago

Fixes #23 by converting computed value parentComponent to use getter/setter when overriding its value in handlebars.

miguelcobain commented 4 years ago

Thank you!