-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[RFR] Upgrade dependencies #3170
Conversation
This reverts commit 683270f.
There are still warnings in the console when running the simple and demo examples, but it's working. I'm trying to get rid of them. |
Temporary workaround until supasate/connected-react-router#302 is merged and published
the CloneButton fails because it uses location.state, which is currently not supported by |
Hello @fzaninotto, in your knowledge, is it possible to try this branch' sub-packages with a package manager? e.g |
@znk This is not released yet - not even merged. We don't encourage using unpublished code. |
The goal of this PR is to prepare the transition to react hooks.
react
etreact-dom
to 18.6react-router-redux
toconnected-react-router
(closes Deprecation of react-router-redux #1999)<Resource context>
prop to<Resource intent>
(because react-redux now injects acontext
prop)jest
,enzyme
,rimraf
)Upgrade redux-sagareverted that one, it's too much work for now