It doesn’t seem to like the fieldProps from the atlaskit field component.
Hi @DouglasHanson — thanks for reaching out. Can you reproduce it in a Codesandbox? There’s an example for integrating the Form and Select components here: Atlaskit by Atlassian
I didn’t see this in the examples, thanks! What I was missing was the explicit setting of the children type here: <Field<ValueType<OptionType>>
. I’ve also never seen that syntax, is that what’s it doing?
Possibly — if you can post a copy of your code then I can have a better idea of what was going on