import { Component, For } from "solid-js"; export const FieldId: Component<{ value: string[] | null }> = (props) => { return ( <> {(id) => {id}} ); };