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

Pass non-Redux-store values through the store prop #1447

Merged
merged 2 commits into from Nov 6, 2019

Conversation

markerikson
Copy link
Contributor

Fixes #1393 , belatedly.

We've long had requests to allow passing through non-Redux store values as a prop named store for connected components. With the v7 implementation, we can finally do something about that.

@netlify
Copy link

netlify bot commented Nov 6, 2019

Deploy preview for react-redux-docs ready!

Built with commit cf6d0b5

https://deploy-preview-1447--react-redux-docs.netlify.com

@markerikson markerikson merged commit 2677705 into master Nov 6, 2019
@markerikson markerikson deleted the fix/store-prop branch November 6, 2019 03:06
webguru7 pushed a commit to webguru7/react-redux that referenced this pull request Dec 8, 2022
* Allow non-Redux-store values as a prop named `store`

* Formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

connect assumes store prop is a redux store
1 participant