mirror of
https://github.com/langgenius/dify.git
synced 2026-03-07 16:45:58 +08:00
Replace 2 write-only derived atoms with primitive atom's built-in updater functions. The selectAtom on the read side already prevents unnecessary re-renders, making the manual guard logic redundant.