fix: resolve duplicate identifier in cc-graph-shapes, useMemo import in CCGraphNavPanel
This commit is contained in:
@@ -117,9 +117,9 @@ export class NavigationSnapshotService {
|
||||
|
||||
try {
|
||||
if (editor) {
|
||||
loadSnapshot(editor.store, snapshotCopy as Parameters<typeof loadSnapshot>[1]);
|
||||
loadSnapshot(editor.store, snapshotCopy as any);
|
||||
} else {
|
||||
loadSnapshot(store, snapshotCopy as Parameters<typeof loadSnapshot>[1]);
|
||||
loadSnapshot(store, snapshotCopy as any);
|
||||
}
|
||||
logger.debug('snapshot-service', '✅ Snapshot loaded successfully');
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user