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: reduxjs/react-redux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.1.1
Choose a base ref
...
head repository: reduxjs/react-redux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.1.2
Choose a head ref
  • 8 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 30, 2024

  1. Fix useRef usages to be called with an explicit argument of `undefi…

    …ned`. (#2164)
    
    * Fix `useRef` usages to be called with an explicit `undefined` argument.
    
      - This change was made by running `npx types-react-codemod useRef-required-initial .` in preparation for React 19.
    
    * Fix type issue related to `latestSubscriptionCallbackError`
    aryaemami59 authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5ec7970 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    f404f82 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    427791b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa3c36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23c0c22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a752cc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eec5f9b View commit details
    Browse the repository at this point in the history
  6. Release 9.1.2

    markerikson committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1af75b3 View commit details
    Browse the repository at this point in the history
Loading