import { createContext } from 'react'; export const InlineCellMutationContext = createContext(undefined);