fuck
This commit is contained in:
@@ -16,7 +16,7 @@ export const resolveApiPath = (path = '') => path;
|
||||
const makeRowKey = (type, id) =>
|
||||
id ? `${type}${ROW_KEY_SEPARATOR}${id}` : `${type}${ROW_KEY_SEPARATOR}`;
|
||||
|
||||
const normalizeRowKey = (key: string | number | null | undefined) => String(key ?? '');
|
||||
const normalizeRowKey = (key: string | number | null) => String(key ?? '');
|
||||
|
||||
const getRowType = (key) => normalizeRowKey(key).split(ROW_KEY_SEPARATOR, 1)[0] ?? '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user