Skip to content

Give Helpers Precedence Over Properties #50

@iezer

Description

@iezer

As mentioned in emberjs/ember.js#17120 (comment)

If an app has a helper and property with the same name, Ember 3.4 will always call the helper first (when using AngleBracket invocation). However, this polyfill accesses the property first.

This polyfill should be changed to be consistent with Ember.

Behavior reproduced in Ember 3.4 with this twiddle

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions