-
Notifications
You must be signed in to change notification settings - Fork 651
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
isAppearing boolean is undefined when onEnter or onEntering is triggered #143
Closed
alonbt opened this issue
Aug 3, 2017
· 4 comments
· Fixed by AndreiShybin/metamask-extension#8 or yowainwright/Advanced-React#45 · May be fixed by Matthelonianxl/energyweb-ui#10, Matthelonianxl/nifty-wallet#6 or baophucct/metamask-extension#4
Closed
isAppearing boolean is undefined when onEnter or onEntering is triggered #143
alonbt opened this issue
Aug 3, 2017
· 4 comments
· Fixed by AndreiShybin/metamask-extension#8 or yowainwright/Advanced-React#45 · May be fixed by Matthelonianxl/energyweb-ui#10, Matthelonianxl/nifty-wallet#6 or baophucct/metamask-extension#4
Comments
its a bug, I'm not quite sure why this is happening, if you want to take a crack at it go for it. |
I'll give it my best shot! |
fixed it: #144 |
jquense
pushed a commit
that referenced
this issue
Dec 20, 2018
🎉 This issue has been resolved in version 2.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Sep 24, 2019
This was referenced Mar 26, 2020
johnfrench3
pushed a commit
to johnfrench3/transition-group-react
that referenced
this issue
Nov 2, 2022
## [2.5.2](reactjs/react-transition-group@v2.5.1...v2.5.2) (2018-12-20) ### Bug Fixes * pass appear to CSSTransition callbacks ([#441](reactjs/react-transition-group#441)) ([df7adb4](reactjs/react-transition-group@df7adb4)), closes [#143](reactjs/react-transition-group#143)
patrickm68
added a commit
to patrickm68/react-transition-group-developer
that referenced
this issue
Dec 1, 2022
## [2.5.2](reactjs/react-transition-group@v2.5.1...v2.5.2) (2018-12-20) ### Bug Fixes * pass appear to CSSTransition callbacks ([#441](reactjs/react-transition-group#441)) ([df7adb4](reactjs/react-transition-group@df7adb4)), closes [#143](reactjs/react-transition-group#143)
shaikdev2
pushed a commit
to shaikdev2/transition-group-react
that referenced
this issue
Jun 9, 2023
## [2.5.2](reactjs/react-transition-group@v2.5.1...v2.5.2) (2018-12-20) ### Bug Fixes * pass appear to CSSTransition callbacks ([#441](reactjs/react-transition-group#441)) ([df7adb4](reactjs/react-transition-group@df7adb4)), closes [#143](reactjs/react-transition-group#143)
GreenCat1996
added a commit
to GreenCat1996/react-transition-group
that referenced
this issue
Aug 1, 2023
## [2.5.2](reactjs/react-transition-group@v2.5.1...v2.5.2) (2018-12-20) ### Bug Fixes * pass appear to CSSTransition callbacks ([#441](reactjs/react-transition-group#441)) ([df7adb4](reactjs/react-transition-group@df7adb4)), closes [#143](reactjs/react-transition-group#143)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I reproduce the issue here: https://jsfiddle.net/alonbt/no8c6yyw/
I'm trying to get the isAppearing parameter. it is always 'undefined'. Is it a bug or I might be using it wrong ?
The text was updated successfully, but these errors were encountered: