Open wjr7742 opened 1 month ago
2.4.12
14.4.1 (23E224)
14.19.3
Chorme 129.0.6668.90(正式版本) (arm64)
-
使用自动API时,解析返回值为JSX.Element的参数
正常解析出全部参数
解析的列表只有ref和key两个参数
如果删除返回值为JSX.Element的参数,则能正常解析全部参数
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的参数,则能正常解析全部参数