We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a066a3 commit 5a27f09Copy full SHA for 5a27f09
examples/demo/src/visitors/FullNameField.tsx
@@ -24,7 +24,7 @@ const FullNameField = (props: Props) => {
24
flexWrap: 'nowrap',
25
alignItems: 'center',
26
},
27
- props.sx,
+ ...(Array.isArray(props.sx) ? props.sx : [props.sx]),
28
]}
29
>
30
<AvatarField
0 commit comments