react-component / react-component/image
传入Cross-Origin为anonymous和传入fallback参数会失效
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 213
- Forks
- 124
- Avg merge
- 47m
- Merged PRs (30d)
- 1
Description
同时传参Cross-Origin和fallback会失效,因为检查status为isError的时候,判断src为error的判断函数中,img.crossOrigin没有设置为anonymous,行为不一致
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 tracing the isError status check and the function that determines whether the src image errored. Compare how img.crossOrigin is handled when fallback is also passed, then reproduce the anonymous Cross-Origin case and verify that the fallback behavior is consistent. No file or test path is named in the issue, so locate the relevant image and error-handling tests before changing behavior.
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
- Mostly clear
- Newbie friendliness
- 35/100