react-component / react-component/image

传入Cross-Origin为anonymous和传入fallback参数会失效

Open
#366 0 comments 1 reaction 0 assignees View on GitHub

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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.