-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Replace deprecated dependency react-addons-css-transition-group #1051
Comments
Are you accepting PRs for this? Would quite happily fix! |
@benhjames for sure, we'd appreciate a contrib! |
Im still having this error with 1.17.1 version. is that normal? |
Yeah - it's a breaking change so it was decided to release with 2.0.0 instead - the patch 1.17.1 reverted the fix. 🙂 |
☺ thank you very much
23 May 2017 18:55 tarihinde "Ben James" <[email protected]> yazdı:
… Yeah - it's a breaking change so it was decided to release with 2.0.0
instead - the patch 1.17.1 reverted the fix. 🙂
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1051 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACjtZdsgeatAnTjST4xH7UpNTDtwyVdvks5r8wF6gaJpZM4NMGxF>
.
|
is this still open? dealing with this error right now, trying to figure it out. has an update been made that fixes the break? |
Anybody would like make a PR I'll appreciated. |
The PR that fixed this was reverted since it is a breaking change, and will likely release with v2.0.0 of Blueprint. :) |
i have same issue how can i fix this? |
@mkmpvtltd1 ignore it! It's not an error, just a casual warning. Your app will continue to function perfectly despite the outdated library. We'll bump all our dependencies later this year. |
I've get the same error here is my package.json
|
I'm trying to upgrade to React 16. If I try to build without the
So I try to install "
I get an error that it's incompatible with Blueprintjs:
Is it possible to use blueprintjs v1.x with React 16? I thought there was an update recently to at least try it out. |
@ChisholmKyle in my testing, it seemed that it's unsupported by the React dev team (hence the new package), but the existing API is still fully functional. so you should be able to install it alongside Blueprint using a version that matches our either way, this issue will be like the first thing we do when we begin work on 2.0 later this year. |
@jsina you must declare your own dependencies on react, react-dom, and react-addons-css-transition-group because we declare them as |
I found out my problem. I'm using typescript and it was actually the package Thanks for your help. |
Bug report
Steps to reproduce
Actual behavior
Requires the deprecated
react-addons-css-transition-group
package as a peer dependency.Expected behavior
Allows (preferably, recommends) the react-transition-group fork, as recommended by the README for react-addons-css-transition-group.
The text was updated successfully, but these errors were encountered: