"空" 组件的默认渲染
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
false null undefined => 真正的空
0 => <span data-reactid=".0.1.1">0</span>
'' => <span data-reactid=".0.2.1"></span>
NaN => <span data-reactid=".0.5.1">NaN</span>
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
No source file or test is named. Start by locating the component-rendering code for the reported false, null, undefined, 0, empty-string, and NaN cases, then check existing tests or reproduce the examples; done means the intended empty-rendering behavior is defined and covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100