We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64756aa commit d09929cCopy full SHA for d09929c
packages/plugin-grid/src/ObjectGrid.tsx
@@ -306,7 +306,7 @@ export const ObjectGrid: React.FC<ObjectGridProps> = ({
306
} catch (err) {
307
// Schema fetch failure for inline data is non-fatal; columns will
308
// still fall back to heuristic inference.
309
- console.warn('[ObjectGrid] Failed to fetch objectSchema for inline data:', err);
+ console.warn(`[ObjectGrid] Failed to fetch objectSchema for inline data (objectName: ${objectName}):`, err);
310
}
311
};
312
0 commit comments