We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fluent-ui
CheckboxWidget
1 parent c766e86 commit 26ec940Copy full SHA for 26ec940
packages/fluent-ui/src/CheckboxWidget/CheckboxWidget.tsx
@@ -54,7 +54,7 @@ const CheckboxWidget = (props: WidgetProps) => {
54
target: { value },
55
}: React.FocusEvent<HTMLButtonElement>) => onFocus(id, value);
56
57
- const uiProps = _pick(options.props || {}, allowedProps);
+ const uiProps: object = _pick((options.props as object) || {}, allowedProps);
58
59
return (
60
<>
0 commit comments