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