-
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
Back
prop to Scene is not functioning properly
#2209
Comments
Could you try to use |
I don't see |
Just add |
More correct way is not to hide 'back', but use 'replace' action instead. Actually |
Closing it for now. |
Version
Tell us which versions you are using:
Expected behaviour
Left button arrow should be hidden when using the
back
prop set to false on<Scene>
component, according to the docs.Actual behaviour
Button is showing:
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
back
prop set tofalse
for aScene
componentHere is my
Router
component's return:The text was updated successfully, but these errors were encountered: