mirror of
https://github.com/langgenius/dify.git
synced 2026-04-16 02:16:57 +08:00
Knowledge Retrieval panel effects depend on setInputs. In the collaboration branch the callback chain started changing identity on every render, so adding this node could repeatedly write node data and freeze the browser. Stabilize the collaborative workflow API returned by useCollaborativeWorkflow and keep useNodeCrud.setInputs stable while forwarding to the latest updater. Add a regression test for the stable setInputs contract. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| components | ||
| hooks | ||
| node-sections.tsx | ||
| node.helpers.tsx | ||
| node.tsx | ||
| types.ts | ||
| use-node-resize-observer.ts | ||