-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Actions.pop({ popNum: number }) doesnt work anymore #2397
Comments
Try |
@onrige your suggestion did work for me, thank you. I do think that the documentation is incorrect - it states:
But in my tests, and as reported by @mmaschenko, passing
|
@guarani You are welcome :) Could you give me the link to this docs? I can't find anything in current docs (v4) you talk about, sorry. |
Your 100% right, I was looking at (v3) docs and using (v4) 🙃, sorry. |
Why not support popNum?v4 |
how did you implement popNum functionality in v4? |
@SaffaShujah
|
Version
Tell us which versions you are using:
Expected behaviour
Actions.pop({ popNum: 2 }) goes 2 scenes back
Actual behaviour
Actions.pop({ popNum: 2 }) goes only one scene back
The text was updated successfully, but these errors were encountered: