Skip to content
#

render-props

Here are 130 public repositories matching this topic...

formik
krichter722
krichter722 commented Apr 19, 2020

🚀 Feature request

Current Behavior

The type ErrorMessage doesn't have an id property.

Desired Behavior

It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.

Suggested Solution

Add id={this.props.id} to the outer component in ErrorMessage.

Who does this impact? Who is this

oyeanuj
oyeanuj commented Jan 19, 2019

Hi @ctrlplusb, back with another usage question! I notice that in the docs you mention that if optimistic is used then the placeholder is rendered first before the children. Shouldn't that always be the case?

I noticed that if I don't provide a minimum height to Styled Virtual Container, then it renders all the children even though those children have a minimum height. Is that expected?

Improve this page

Add a description, image, and links to the render-props topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the render-props topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.