sastan / react-render-callback

render-prop helper to render anything (Functions, Components, Elements, ...)
MIT License
9 stars 0 forks source link

options.cloneElement may be a function #4

Open sastan opened 6 years ago

sastan commented 6 years ago

Problem description:

Currently all props are passed to React.cloneElement. If options.cloneElement may be a function it could control how to clone an element and which props are passed down.