Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix getMountableComponent type changing to React.SFC #439

Merged
merged 1 commit into from
Sep 11, 2018

Conversation

noisae
Copy link
Contributor

@noisae noisae commented Sep 11, 2018

In order to have more accurate type checking, we are changing the return of getMountableComponent toReact.SFC.

// getMountableComponent.js:17 returning a React.StatelessComponent
  return (props) => {
    return <ComponentInProvider {...props} />;
  };

@codecov
Copy link

codecov bot commented Sep 11, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #439   +/-   ##
=======================================
  Coverage   97.76%   97.76%           
=======================================
  Files         112      112           
  Lines        4386     4386           
=======================================
  Hits         4288     4288           
  Misses         98       98

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 78d9d0e...dfb38d5. Read the comment docs.

@noisae noisae merged commit fd06098 into frintjs:master Sep 11, 2018
@noisae noisae deleted the fix-getMountableComponent-type branch September 11, 2018 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants