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
Hi @pinguluk You not able to receive currentBreakpoint or currentBreak() with your events?
I do receive the state from currentBreak(), but it's the state before the transition.
I have 3 breakpoints (bottom, middle, top) and If, for example, I change from middle to top and put a console.log on onTransitionEnd, it will log "middle" instead of "top".
But if I set a timeout (eg 500ms), it will log "top", which is the correct state.
I do receive the state from currentBreak(), but it's the state before the transition.
I have 3 breakpoints (bottom, middle, top) and If, for example, I change from middle to top and put a console.log on onTransitionEnd, it will log "middle" instead of "top".
But if I set a timeout (eg 500ms), it will log "top", which is the correct state.
Originally posted by @pinguluk in #248 (comment)
The text was updated successfully, but these errors were encountered: