We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251c00e commit 687e0a5Copy full SHA for 687e0a5
src/utils/expandUtil.tsx
@@ -63,4 +63,5 @@ export function computedExpandedClassName<RecordType>(
63
if (typeof cls === 'function') {
64
return cls(record, index, indent);
65
}
66
+ return '';
67
0 commit comments