mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
upgrade to react 19
This commit is contained in:
@@ -74,6 +74,7 @@ export default function ArrayFieldTemplate<
|
||||
{items.map(
|
||||
({ key, children, ...itemProps }: ArrayFieldTemplateItemType<T, S, F>) => {
|
||||
const newChildren = cloneElement(children, {
|
||||
// @ts-ignore
|
||||
...children.props,
|
||||
name: undefined,
|
||||
title: undefined,
|
||||
|
||||
Reference in New Issue
Block a user