We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
整理一些需要未来在 breaking change 当中解决的问题:
ForwardForm
useMesonItems
onChange
onFieldChange
render
The text was updated successfully, but these errors were encountered:
No branches or pull requests
整理一些需要未来在 breaking change 当中解决的问题:
ForwardForm
后续尽量用useMesonItems
替代, 前者传参复杂度过高.onChange
等等参数对象化, 已有独立参数, 不方便自动补全使用. 包括onFieldChange
和render
之类的方法也有类似的问题.useMesonItems
直接定制更灵活, 可以考虑简化甚至移除.useMesonItems
返回结构, 计划从数组改成对象.The text was updated successfully, but these errors were encountered: