Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

marliessophie
Copy link
Member

@marliessophie marliessophie commented Sep 5, 2025

Important

Update useMemo dependency in DatasetRunItemsTable.tsx to use stable properties for memoization.

  • Behavior:
    • Update dependency array in useMemo in DatasetRunItemsTable.tsx to use runItems.isSuccess and runItems.data?.runItems instead of just runItems.
  • Purpose:
    • Ensures stable properties are used for memoization, preventing unnecessary re-renders when unrelated properties change.

This description was created by Ellipsis for 7b767b0. You can customize this summary. It will automatically update as commits are pushed.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Sep 5, 2025
@marliessophie marliessophie added this pull request to the merge queue Sep 5, 2025
@dosubot dosubot bot added the auto-merge This PR is set to be merged label Sep 5, 2025
Merged via the queue into main with commit 977724a Sep 5, 2025
30 checks passed
@marliessophie marliessophie deleted the marlies/lfe-9999-fix-dep-memo branch September 5, 2025 15:55
@dosubot dosubot bot removed the auto-merge This PR is set to be merged label Sep 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant