import { createContext } from 'react'; export const RowIdContext = createContext(null);