render-props icon indicating copy to clipboard operation
render-props copied to clipboard

Easily and reliably support Render Props, Component Injection, and Function as a Child

Results 3 render-props issues
Sort by recently updated
recently updated
newest added

I was using this in a project based on the latest create-react-app and I was getting issues with arrow functions not having a prototype, which was causing the library to...

I'm not 100% sure, but when using the "children" mode: ```jsx Hello ``` with a render like that: ```jsx const content = this.props.children || this.props.render return renderProps(content, this.props) ``` It...

Fix CircleCI, or just switch to Travis (as I have a lot more experience with that anyway).

bug