Fix record show page request errors (#6345)
- Removed getCursorFromRecordId - Get cursor from request - Fixed problem with navigation and optimistic rendering
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
export const getRelayCursorFromRecordId = (recordId: string) => {
|
||||
return btoa(`[1, "${recordId}"]`);
|
||||
};
|
||||
Reference in New Issue
Block a user