Files
dify/web/app/components/workflow
yyh 2f081fa6fa refactor(skill-editor): adopt 4-generic StateCreator pattern for type-safe cross-slice access
Use explicit StateCreator<FullStore, [], [], SliceType> pattern instead of
StateCreator<SliceType> for all skill-editor slices. This enables:
- Type-safe cross-slice state access via get()
- Explicit type contracts instead of relying on spread args behavior
- Better maintainability following Lobe-chat's proven pattern

Extract all type definitions to types.ts to avoid circular dependencies.
2026-01-18 13:24:34 +08:00
..
2026-01-06 19:30:38 +08:00
2026-01-14 15:41:02 +08:00
2026-01-06 19:30:38 +08:00
2026-01-14 15:41:02 +08:00
2026-01-15 11:31:08 +08:00