Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

feat: 添加基础组件ref forward #1124

Merged
merged 1 commit into from
Jul 2, 2020

Conversation

newset
Copy link
Member

@newset newset commented Jul 1, 2020

解决 web端 无法获取 基础组件 ref的问题。由于 web端组件是 函数组件,需要用React.forwardRef进行转发。通过createHostComponent的组件不存在该问题。

@vercel
Copy link

vercel bot commented Jul 1, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/remaxjs/remax/3fsiro8eu
✅ Preview: https://remax-git-fork-newset-feature-forwardref.remaxjs.vercel.app

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 1, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 47420c3:

Sandbox Source
jovial-smoke-9fqgg Configuration

@codecov
Copy link

codecov bot commented Jul 1, 2020

Codecov Report

Merging #1124 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1124   +/-   ##
=======================================
  Coverage   95.27%   95.27%           
=======================================
  Files         335      335           
  Lines        3639     3639           
  Branches      517      517           
=======================================
  Hits         3467     3467           
  Misses        171      171           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c91a0de...47420c3. Read the comment docs.

@newset newset requested a review from Darmody July 1, 2020 16:03
@newset newset merged commit 990cde6 into remaxjs:master Jul 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant