L26AGXYEPA36JG2HC35KLZNJUXE5UX7CJY2ECOUKYQCYMTTPZCKQC
export function NodeDetail({ focusedNode }: { focusedNode: any }) {
const [history, setHistory] = useState([]);
export function NodeDetail({ focusedNode }: { focusedNode: {chunk: any, node: any} }) {
const [history, setHistory] = useState<{ chunk: any, node: any }[]>([]);