umijs / dumi

📖 Static Site Generator for component library development
https://d.umijs.org
MIT License
3.61k stars 1.18k forks source link

bug: 使用自动API时,当参数中包含返回值为JSX.Element的参数时,解析的列表只有ref和key两个 #2217

Open wjr7742 opened 1 month ago

wjr7742 commented 1 month ago

Version

2.4.12

OS Version

14.4.1 (23E224)

Node.js Version

14.19.3

Browser Version

Chorme 129.0.6668.90(正式版本) (arm64)

Link to minimal reproduction

-

Steps to reproduce

使用自动API时,解析返回值为JSX.Element的参数

What is expected?

正常解析出全部参数

What is actually happening?

解析的列表只有ref和key两个参数

Any additional comments? (optional)

如果删除返回值为JSX.Element的参数,则能正常解析全部参数