Wrap isEditable in useMemo to help React Compiler track its stability and preserve memoization for callbacks that depend on it. Also replace Record<string, any> with Record<string, unknown> to satisfy no-explicit-any.