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

Support detecting React.forwardRef/React.memo #2089

Merged

Commits on Dec 16, 2018

  1. Support detecting React.forwardRef/React.memo

    This updates the component detection to allow for considering components
    wrapped in either React.forwardRef or React.memo.
    jomasti committed Dec 16, 2018
    Copy the full SHA
    341bb4f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Use the pragma setting instead of React

    Also, the detection actually works now.
    jomasti committed Dec 17, 2018
    Copy the full SHA
    3ce2078 View commit details
    Browse the repository at this point in the history