Hi,
Got this error message on build
'GoBack' does not have a property called 'Target'
My code
<GoBack Target="PlacesNavigation"/>
It’s documented here : https://www.fusetools.com/learn/fuse#goback-2
NavigationContext does not work either
Hi,
Got this error message on build
'GoBack' does not have a property called 'Target'
My code
<GoBack Target="PlacesNavigation"/>
It’s documented here : https://www.fusetools.com/learn/fuse#goback-2
NavigationContext does not work either
This is an error in the docs. I’ll get it fixed right away. Thanks for letting us know!
You should be able to use TargetNode as described here: https://www.fusetools.com/learn/fuse#keyword-goback
Thanks