User Events not working on v0.9.5.5424

Inserting user event tags like

        <UserEvent Name="ItemClicked"/>
        <OnUserEvent Name="ItemClicked" Handler="{setActivePage}" />
        <RaiseUserEvent Name="ItemClicked">
            <UserEventArg Name="page" StringValue="page1" />
        </RaiseUserEvent> 

is generating following build error:

E3111: ‘Fuse.Triggers.Actions’ does not contain type or namespace ‘UserEvent’. Could you be missing a package reference?

When inserting them at runtime thry work as described.

Maybe that’s the same problem I’m facing as described in this post? I’m new to this, maybe not.

https://www.fusetools.com/community/forums/general/tutorial_javascript_does_not_work

Solution is to add “Fuse.UserEvents” to the .unoproj file. This will be added to the documentation.