Skip to content

Commit 156d9d8

Browse files
authored
Fix Picker setComponentTheme (#2212)
1 parent c55c322 commit 156d9d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/picker/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ Picker.defaultProps = {
311311
...TextField.defaultProps,
312312
mode: PickerModes.SINGLE
313313
};
314+
Picker.displayName = 'Picker';
314315
Picker.modes = PickerModes;
315316
Picker.fieldTypes = PickerFieldTypes;
316317
Picker.extractPickerItems = (props: PropsWithChildren<PickerProps>) => {

0 commit comments

Comments
 (0)