Skip to content

Duplicate name #50

Description

@knownasilya

Got into this situation:

import Component from '@ember/component';

const Component = Component.extend({
  // ...
});

Component.reopenClass({
  positionalParams: ['positionalParamValue']
});

export default Component;

And

import { helper } from '@ember/component/helper';

export function helper([value]) {
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions