Skip to content

1.0.7

Choose a tag to compare

@github-actions github-actions released this 30 Jan 04:16
· 70 commits to main since this release
fix: resolve TypeScript errors in mindmap components

- Fix CustomNodeData interface to extend Record<string, unknown>
- Update CustomNode component to use type assertions for NodeProps
- Simplify type definitions in MindMapCanvas to use standard Node/Edge types
- Fix ReactMarkdown className prop issue in NodeDetailPanel
- Add null check for mindMapId in mindmapStore generateMindMap
- All TypeScript compilation errors now resolved