Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-library/react-hooks-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0
Choose a base ref
...
head repository: testing-library/react-hooks-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on May 20, 2022

  1. chore(docs): Update README.md (#843)

    The documentation isnt clear.
    @fotoflo
    fotoflo authoredMay 20, 2022
    Configuration menu
    Copy the full SHA
    efd262cView commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. fix(server): remove act around server renderer to fix support for old…

    …er versions of react
    
    * refactor(server/pure): remove unnecessary type annotation
    
    * feat: add ssr.test.ts
    
    This adds a new test to verify that renderHook can be called in an
    SSR-like environment based on the changes implemented in #607.
    
    * chore: update contributors table
    
    * refactor: remove act call in render in sever/pure
    
    @mpeyper explained how this `act` call in server rendering is not really
    necessary so we can remove it.
    @jsjoeio
    jsjoeio authoredJun 18, 2022
    Configuration menu
    Copy the full SHA
    e2461caView commit details
    Browse the repository at this point in the history
Loading