mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-01 15:54:58 -05:00
- Optimize component and hook structure for input fields to reduce rerenders of component tree - Remove memoization on some selectors where it serves no purpose (bc the object will have a stable identity until it changes, at which point we need to re-render anyways) - Shift the connection error selector logic around to rely more on the stable identity of pending connection objects