Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@
pendingState={pendingState}
columns={columns}
highlightedModificationUuid={highlightedModificationUuid}
onHighlightConsumed={() => dispatch(setHighlightModification(null))}

Check failure on line 1166 in src/components/graph/menus/network-modifications/network-modification-node-editor.tsx

View workflow job for this annotation

GitHub Actions / build / build

Type '{ handleCellClick: (modification: NetworkModificationMetadata) => void; modifications: NetworkModificationMetadata[]; ... 19 more ...; isDisabled: boolean; }' is not assignable to type 'IntrinsicAttributes & Readonly<NetworkModificationsTableProps>'.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new ref at every rerender, not a big deal but if every other props are memoized, maybe wrap into usecallback

modificationUuidsToReset={modificationUuidsToReset}
modificationToEditLabel={modificationToEditLabel}
studyUuid={studyUuid}
Expand Down
Loading