Passing prop to withFieldGroup.
Is there way to pass dynamic props to
Something like:
withFieldGroup, not static ones from props key but to the component itself.Something like:
<MyFieldGroup isDisabled={...} />