-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v8.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: reduxjs/react-redux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 10 files changed
- 5 contributors
Commits on Oct 6, 2022
-
Provider
: pass state (S
) generic through toProviderProps
This is necessary to catch mistakes such as this, where the type of `serverState` does not match the type of the state in the provided `store`. ```tsx import { Provider } from 'react-redux'; import { Store } from 'redux'; declare const store: Store<{ foo: string }>; <Provider store={store} serverState={"oops"}>foo</Provider> ```
Configuration menu - View commit details
-
Copy full SHA for b50f392 - Browse repository at this point
Copy the full SHA b50f392View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7017ed - Browse repository at this point
Copy the full SHA e7017edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e09869 - Browse repository at this point
Copy the full SHA 9e09869View commit details
Commits on Oct 28, 2022
-
chore(docs): added custom equalityFn example
Enger Then committedOct 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 54d8096 - Browse repository at this point
Copy the full SHA 54d8096View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf538c - Browse repository at this point
Copy the full SHA 8cf538cView commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad40b97 - Browse repository at this point
Copy the full SHA ad40b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b06061 - Browse repository at this point
Copy the full SHA 3b06061View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401250e - Browse repository at this point
Copy the full SHA 401250eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3954a - Browse repository at this point
Copy the full SHA fc3954aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bafe55e - Browse repository at this point
Copy the full SHA bafe55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5082af7 - Browse repository at this point
Copy the full SHA 5082af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7d96b - Browse repository at this point
Copy the full SHA ff7d96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e40e4 - Browse repository at this point
Copy the full SHA 32e40e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d03182 - Browse repository at this point
Copy the full SHA 8d03182View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.0.4...v8.0.5