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 React.memo in pretty-format #7891

Merged
merged 2 commits into from Feb 14, 2019
Merged

Support React.memo in pretty-format #7891

merged 2 commits into from Feb 14, 2019

Commits on Feb 14, 2019

  1. Fix #7883 React.memo with snapshot testing results in <UNDEFINED>

    * Handle memo components in the `getType` function so that a name like `Memo(ComponentName)` is returned instead of `UNDEFINED`.
    bensampaio authored and Bruno Sampaio committed Feb 14, 2019
    Copy the full SHA
    a47f95d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    SimenB committed Feb 14, 2019
    Copy the full SHA
    a6c5a8f View commit details
    Browse the repository at this point in the history