-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency react-redux to v8.1.1 #347
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 failed tests on run #429 ↗︎
Details:
cypress/e2e/account/sign-out.cy.ts • 1 failed test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
fkoulen
approved these changes
Jun 21, 2023
renovate
bot
force-pushed
the
renovate/react-redux-8.x-lockfile
branch
from
June 21, 2023 07:42
79669ab
to
c3bf41a
Compare
renovate
bot
force-pushed
the
renovate/react-redux-8.x-lockfile
branch
from
June 21, 2023 09:22
c3bf41a
to
a6f83db
Compare
renovate
bot
force-pushed
the
renovate/react-redux-8.x-lockfile
branch
from
June 21, 2023 10:18
a6f83db
to
abe00d1
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Preview can be found at https://the-rhapsodies-1jse0xwv6-the-rhapsodies.vercel.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.1.0
->8.1.1
Release Notes
reduxjs/react-redux
v8.1.1
Compare Source
This bugfix release tweaks the recent lazy context setup logic to ensure a single React context instance per React version, and removes the recently added RTK peerdep to fix an issue with Yarn workspaces.
Changelog
React Context Singletons
React Context has always relied on reference identity. If you have two different copies of React or a library in a page, that can cause multiple versions of a context instance to be created, leading to problems like the infamous "Could not find react-redux context" error.
In v8.1.0, we reworked the internals to lazily create our single
ReactReduxContext
instance to avoid issues in a React Server Components environment.This release further tweaks that to stash a single context instance per React version found in the page, thus hopefully avoiding the "multiple copies of the same context" error in the future.
What's Changed
44fc725
Full Changelog: reduxjs/react-redux@v8.1.0...v8.1.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.