I’m trying to use <GoForward>
with <LinearNavigation>
when a button is clicked, but when I try to do that I get this error:
`The node ‘linearPages’ can not be used here: The type must be compatible with ‘Fuse.Node’
Where linearPages
is <LinearNavigation ux:Name="linearPages" Easing="CircularOut" />
Sup?