Tw-graph based template not working in my custom viewtemplate cascade

@Flibbles

I tried to use the new tw-graph plug in in my custom view-template cascade replacing the tiddlymap based template. The template is for a live graph to show the connections of the currentTiddler.

Previously I was using a template based on tiddlymap which was working well.

<$tiddlymap
		view="dynamic-table-filter" 
		height="700px"
    editor="live"
    object-id="main_editor">
  </$tiddlymap>

I tried to replace that with tw-graph live template

\whitespace trim

\procedure state() $:/state/flibbles/graph/doc/live
\procedure gotoAction() <$action-setfield $tiddler=<<state>> $value=<<nodeTiddler>> />

<$wikify name=muted text="<<colour muted-foreground>>">
  <$vars focusTiddler={{{ [subfilter{!!filter}!is[blank]else{!!default}]}}}>
    <$graph>
      <$properties.river>
      <$properties $for=nodes doubleclick=<<gotoAction>> >
        <$let
            defaultEdgeFilter="[all[]]"
            fieldsFilter={{{ [{!!edges.fields}!is[blank]else<defaultEdgeFilter>] }}}
            formulasFilter={{{ [{!!edges.formulas}!is[blank]else<defaultEdgeFilter>] }}}>
          <$properties.configured $view={{!!title}} >
            <$node $tiddler=<<focusTiddler>> label=<<focusTiddler>> physics=no doubleclick="<$action-navigate $to=<<nodeTiddler>> />"/>
            <$edges.typed $tiddler=<<focusTiddler>> $formulas=<<formulasFilter>> $fields=<<fieldsFilter>> />
            <$properties color=<<muted>> >
              <$nodes.neighbors $filter="[<focusTiddler>]" $formulas=<<formulasFilter>> $fields=<<fieldsFilter>> />
            </$properties>
          </$properties.configured>
        </$let>
      </$properties>
      </$properties.river>
    </$graph>
  </$vars>
</$wikify>

But the template based on tw-graph plug in is showing an error like Undefined widget 'properties.river'

I have created two demo wikis - one based on tiddlymap and another based on tw-graph

Since it is a custom layout, you may find it difficult to work around the wiki. Please ask me if you need more access within the wiki. Template is in this tiddler of the tw-graph based wiki