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