Wraps a render function so that a parent can pass a ref into it.
The forwarded ref is provided as the second argument to the render function: (props, ref).
Parameters
render: any
The component render function that receives the props and the forwarded ref.
Wraps a render function so that a parent can pass a
refinto it. The forwardedrefis provided as the second argument to the render function:(props, ref).