diff --git a/index-tests.tsx b/index-tests.tsx index 96d014d..2e5a99a 100644 --- a/index-tests.tsx +++ b/index-tests.tsx @@ -55,8 +55,8 @@ export const UncontrolledDiagram2 = () => { style={{ padding: '15px', background: 'purple' }} > {content} - {inputs?.map((input) => (
{input.props.id}
))} - {outputs?.map((output) => (
{output.props.id}
))} + {inputs.map((input) => (
{input.props.id}
))} + {outputs.map((output) => (
{output.props.id}
))} ), data: {