This pull request includes a small, yet important change to the HandleTooltipComponent in the index.tsx file. The change ensures that each Badge component within the tooltip list has a unique key, which can help React efficiently update and render the list.
This pull request includes a small, yet important change to the
HandleTooltipComponent
in theindex.tsx
file. The change ensures that eachBadge
component within the tooltip list has a unique key, which can help React efficiently update and render the list.src/frontend/src/CustomNodes/GenericNode/components/HandleTooltipComponent/index.tsx
: Added a unique key to eachBadge
component in thetooltips
map by combining the index and the lowercase version of the word.