The node 'linearPages' can not be used here: The type must be compatible with 'Fuse.Node'

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?

You have to refer to the panel which contains the LinearNavigation behaviour. :slight_smile: Same case as discussed here

Ah missed that. Cheers