### 重现步骤 引用官方文档示例: https://ant-design-x.antgroup.com/components/thought-chain-cn#thought-chain-demo-collapsible 其中修改item ..... const items: ThoughtChainProps['items'] = [ { key: 'item-1', title: <div >Click me to expand the content</div>, //修改成ReactNode description: 'Collapsible', content: mockContent, status: 'success', }, { key: 'item-2', title: 'Click me to expand the content', description: 'Collapsible', content: mockContent, status: 'pending', }, ]; .... <ThoughtChain items={items} collapsible /> ### 当前行为 无法渲染出ReactNode <img width="630" height="545" alt="Image" src="https://github.com/user-attachments/assets/abee22dc-1311-4a58-8f44-3d98bc2414a8" /> ### 预期行为 正确渲染出Title ### 上下文 _No response_ ### 版本 1.3.0 ### 您在哪些浏览器上遇到了这个问题? _No response_