Answer the question
In order to leave comments, you need to log in
Warning: Encountered two children Why does it render as duplicates?
In one component, after loading, checkboxes appear, clicking on which sections with pagination are shown. Storage goes through
this.state = {
products_data: []
}
this.products_data = this.products_data.concat(this.props.products.item.data);
Warning: Encountered two children with the same key, `506685`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question