react-component / react-component/progress

didn't accept dynamic color value.

Open
#252 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.