mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-18 12:32:48 -05:00
Remove our DIY'd reducers, consolidating all node and edge mutations to use `edgesChanged` and `nodesChanged`, which are called by reactflow. This makes the API for manipulating nodes and edges less tangly and error-prone.