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
After executing history.push, I executed history.back, but the value of the funnel does not change.
In the code below, after pushing to '추가정보입력', I pressed the back button. I confirmed that Pressable's onPress was called, and then funnel.history.back(); would have been called. However, the funnel's value still has the '추가정보입력' value.
juyeong-s
changed the title
[Bug]:After executing history.push, I executed history.back, but the value of the funnel does not change.
[Bug]: After executing history.push, I executed history.back, but the value of the funnel does not change.
Dec 28, 2024
Package Scope
@use-funnel/react-navigation-native
Bug description
After executing
history.push
, I executedhistory.back
, but the value of the funnel does not change.In the code below, after pushing to '추가정보입력', I pressed the back button. I confirmed that Pressable's onPress was called, and then funnel.history.back(); would have been called. However, the funnel's value still has the '추가정보입력' value.
What did I do wrong?
Expected behavior
No response
To Reproduce
No response
Possible Solution
No response
etc.
No response
The text was updated successfully, but these errors were encountered: