Closed patricklx closed 1 year ago
https://github.com/Gavant/glint-template-types/blob/main/types/ember-power-select/components/power-select-multiple.d.ts#L16
PowerSelectMultiple<O> extends Component<PowerSelectMultipleArgs<O>>
but should be using signature:
PowerSelectMultiple<O> extends Component<PowerSelectMultipleSignature<O>>
https://github.com/Gavant/glint-template-types/blob/main/types/ember-power-select/components/power-select-multiple.d.ts#L16
PowerSelectMultiple<O> extends Component<PowerSelectMultipleArgs<O>>
but should be using signature:
PowerSelectMultiple<O> extends Component<PowerSelectMultipleSignature<O>>