Skip to content

Morphik graphs#174

Merged
ArnavAgrawal03 merged 21 commits into
mainfrom
morphik-graphs
May 26, 2025
Merged

Morphik graphs#174
ArnavAgrawal03 merged 21 commits into
mainfrom
morphik-graphs

Conversation

@ArnavAgrawal03

Copy link
Copy Markdown
Collaborator

No description provided.

@jazzberry-ai

jazzberry-ai Bot commented May 26, 2025

Copy link
Copy Markdown

Bug Report

Name Severity Example test case Description
ForceGraphComponent not re-rendering on onNodeClick changes High Change the state used within the onNodeClick handler. The ForceGraphComponent is memoized with a custom equality function that ignores the onNodeClick prop. If the handler relies on external state, the component won't update when the state changes, leading to stale behavior. To fix this, remove React.memo or include onNodeClick in the comparison function.
Potential errors in fetch calls Low Simulate a failed API call for graph visualization. Examine the effects when the fetch functions for nodes and links fail. The UI should handle this gracefully.

Comments? Email us.

@ArnavAgrawal03 ArnavAgrawal03 merged commit 4cef8d4 into main May 26, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants