langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.42k stars 4.22k forks source link

fix: Add unique keys to Badge components in HandleTooltipComponent #4688

Closed Cristhianzl closed 5 days ago

Cristhianzl commented 6 days ago

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.