You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the v3 alfa release the bind helper RFC has been changed. The helper has been renamed to fn and no longer provides any context binding functionality.
Since a polyfill for the fn helper already exists and it is part of Ember since 3.11 I think it might be better to remove the deprecation notice in the readme?
Having a bind helper can still be useful for use cases that the @action decorator + fn don't cover. For ex. Calling methods on third party classes you don't control.
The text was updated successfully, but these errors were encountered:
Since the v3 alfa release the bind helper RFC has been changed. The helper has been renamed to
fn
and no longer provides any context binding functionality.Since a polyfill for the fn helper already exists and it is part of Ember since 3.11 I think it might be better to remove the deprecation notice in the readme?
Having a bind helper can still be useful for use cases that the
@action
decorator +fn
don't cover. For ex. Calling methods on third party classes you don't control.The text was updated successfully, but these errors were encountered: