react-component / react-component/progress
didn't accept dynamic color value.
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 706
- Forks
- 161
- Avg merge
- 3h 29m
- Merged PRs (30d)
- 2
Description
<Line percent={progress} strokeWidth={4} strokeColor={`
${color}
`}/>
If you try to render multiple cards with the line progress bar it didn't accept it. The color didn't appear in the frontend
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
Start by reproducing the reported case with the Line component, multiple cards, and a dynamic strokeColor value. Then inspect the Line rendering path to determine why the color is absent in the frontend. Done means each rendered progress line displays its supplied dynamic color; no file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100