react-component / react-component/image

Image组件是否可以使用forwardRef定义,目前无法传入ref

Open
#372 1 comment 0 reactions 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

import Image from 'rc-image';

export const MyComponent = () {
const ref = useRef(null)
return <Image src="XXX" ref={ref}
}

上述场景中想要传入ref到Image组件内部,绑定在img元素上,但是目前无法实现

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 at the rc-image Image component entry point and trace how the component renders its img element and handles refs. Confirm the desired ref target from the issue, then run the existing component tests if available and verify that passing ref to Image reaches the img element.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.