We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7c695 commit cef75f2Copy full SHA for cef75f2
src/types.js.flow
@@ -65,8 +65,8 @@ export type FormSpyRenderProps = {
65
FormState
66
67
export type RenderableProps<T> = {
68
+ component?: React.ComponentType<*>,
69
children?: ((props: T) => React.Node) | React.Node,
- component?: React.ComponentType<*> | string,
70
render?: (props: T) => React.Node
71
}
72
0 commit comments