Skip to content

Resolve template-action deprecation #172

@bvedad

Description

@bvedad

To upgrade to Ember v6, we need to resolve the ember template-action deprecation present in the file below:

addon/components/cp-panel/template.hbs
toggle=(component 'cp-panel-toggle' on-click=(action 'toggleIsOpen') isOpen=this.isOpen)
with:
toggle=(component 'cp-panel-toggle' on-click=this.toggleIsOpen isOpen=this.isOpen)

As part of this resolution, we will have to convert the file addon/components/cp-panel/component.js to the Ember class-based component.

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