rax
rax copied to clipboard
[BUG] InputFiled.label只能传入string,否则小程序端会死循环
⌨️
- [ ] Would you like to work on a fix?
Where is the bug from?
Fusion Mobile
Minimal code and steps to reproduce the bug
<InputField label={<div>123</div>}name="test"/>
Current and expected behavior
死循环
Environment
最新
build.json
No response
Possible solution
No response
Additional context
No response
可能相关的问题
const a = <div>!23</div>
<InputField isPreview renderPreview={() => <div>{a}</div>} />
同样会出现死循环
any update?