react-component / react-component/field-form
FieldData 的 error 类型 扩展
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 286
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 1
Description
现在FieldData 的error类型是 string[], antd mobile 里定义的message 是 string | ReactElememt[] ,期望 error类型也可以支持 reactElement
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the FieldData declaration and inspect how its error type is used in validation and related APIs. Compare it with antd mobile's message type, then verify that React elements are accepted without breaking existing string-array usage. Check the repository's existing type or validation tests if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100