mirror of
https://github.com/dergigi/boris.git
synced 2026-02-16 20:45:01 +01:00
fix: resolve Rules of Hooks violation by using eventStore instead of useEventModel in map
This commit is contained in:
@@ -24,7 +24,7 @@ export const useMarkdownToHTML = (
|
||||
console.log('[useMarkdownToHTML] Hook called, markdown length:', markdown?.length || 0, 'hasRelayPool:', !!relayPool)
|
||||
|
||||
// Resolve profile labels progressively as profiles load
|
||||
const profileLabels = useProfileLabels(markdown || '')
|
||||
const profileLabels = useProfileLabels(markdown || '', relayPool)
|
||||
console.log('[useMarkdownToHTML] Profile labels size:', profileLabels.size)
|
||||
|
||||
// Fetch article titles
|
||||
|
||||
Reference in New Issue
Block a user