InvokeAI/invokeai/frontend/web/src/features/nodes/components
psychedelicious bf4310ca71 fix(ui): errors when node template or field template doesn't exist
Some asserts were bubbling up in places where they shouldn't have, causing errors when a node has a field without a matching template, or vice-versa.

To resolve this without sacrificing the runtime safety provided by asserts, a `InvocationFieldCheck` component now wraps all field components. This component renders a fallback when a field doesn't exist, so the inner components can safely use the asserts.
2024-05-21 11:22:08 +10:00
..
flow fix(ui): errors when node template or field template doesn't exist 2024-05-21 11:22:08 +10:00
sidePanel fix(ui): errors when node template or field template doesn't exist 2024-05-21 11:22:08 +10:00
NodeEditor.tsx feat(ui): add graph-to-workflow debug helper 2024-04-08 20:38:04 -04:00