mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 01:39:47 +00:00
[fix] Fix conflict red dot not syncing
between components Resolve reactivity issue by sharing useStorage refs across all composable instances to ensure UI consistency.
This commit is contained in:
@@ -454,9 +454,6 @@ export function useConflictDetection() {
|
||||
importFailInfo: Record<string, { msg: string; name: string; path: string }>
|
||||
): ConflictDetectionResult[] {
|
||||
const results: ConflictDetectionResult[] = []
|
||||
|
||||
console.log('@@@', importFailInfo)
|
||||
|
||||
if (!importFailInfo || typeof importFailInfo !== 'object') {
|
||||
return results
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user