I have a custom cellRenderer component named CellInput.tsx
const CellInput = () => { const [localValue, setLocalValue] = useState(); cons