Skip to content

Commit d8a64fd

Browse files
committed
remove helper function that should not be used anymore
1 parent 3406c72 commit d8a64fd

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ This is a major release, and it might be not compatible with your current usage
6161
- `EdgeDefs`: use `ReactFlowMarkers`
6262
- `autoCompleteFieldUtils`: use `suggestFieldUtils`
6363
- `CodeMirror.outerDivAttributes`: use all properties directly on `CodeEditor`
64+
- `MultiSuggestField.ofType`: use `<MultiSuggestField<TYPE>>`
6465
- color configuration is not possible anymore via previously used SCSS variables
6566
- `$eccgui-color-primary`, `$eccgui-color-primary-contrast`, `$eccgui-color-accent`, `$eccgui-color-accent-contrast`,
6667
`$eccgui-color-success-text`, `$eccgui-color-success-background`, `$eccgui-color-info-text`, `$eccgui-color-info-background`,

src/components/MultiSelect/MultiSelect.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,3 @@ export function MultiSuggestField<T>({
617617
<>{contentMultiSelect}</>
618618
);
619619
}
620-
621-
// we still return the Blueprint element here because it was already used like that
622-
/**
623-
* @deprecated (v26) use directly <MultiSuggestField<TYPE>> (`ofType` also returns the original BlueprintJS element, not ours!)
624-
*/
625-
MultiSuggestField.ofType = BlueprintMultiSelect.ofType;
626-
627-
export default MultiSuggestField;

0 commit comments

Comments
 (0)