You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the isAppearing parameter. it is always 'undefined'. Is it a bug or I might be using it wrong ?
onEnter(node, isAppearing) {
console.log('fade onEnter! node is', node, 'but why dont i see the appearing state?', isAppearing);
}
onEntering(node, isAppearing) {
console.log('fade onEntering! node is', node, 'but why dont i see the appearing state?', isAppearing);
}