react-json-form icon indicating copy to clipboard operation
react-json-form copied to clipboard

Don't use indices to generate keys for array items

Open bhch opened this issue 1 year ago • 0 comments

Currently, we're using indices for generating keys for array's children components. This may result in poor performance and also hinder optimization in child components.

Related: #67

bhch avatar Jun 15 '23 09:06 bhch