V5.4.0 prerelease - Problems with text-reference transclusions

Edit: This issue is resolved now.

After test upgrading one of my wikis, I discovered issue with {{!!myfield}} syntax. I reported the details here:

Edit: The problem in this post has been resolved.

I upgraded my one of my wikis and it broke my TidGraph.

This is my code

level: {{$:/Range/Map}}

<$range tiddler="$:/Range/Map" min="1" max="5" default="1" increment="1"/>
<$set name="depth" value={{$:/Range/Map}}>
<$tidgraph start="0 Lorem ipsum" nodetemplate="$:/_/TidGraph/Image/Template" filter="[!is[system]]" maxdepth=<<depth>> layout="E"/>
</$set>

on 5.3.8 TinkerShop โ€” Hanlon's TiddlyWiki it looks like this:

after the upgrade on 5.4.0-prerelease TinkerShop โ€” Hanlon's TiddlyWiki it looks like this:

@Hanlon @btheado could you please be so kind as to check a fresh of the pre-release to confirm whether the issues you reported have been resolved? Thank you.

1 Like

I upgraded again now and the problem has been resolved.
It works as expected, now.

1 Like

Thanks! I see the issue is resolved with the latest.

1 Like

See: Ensures missing attributes are undefined by saqimtiaz ยท Pull Request #9682 ยท TiddlyWiki/TiddlyWiki5 ยท GitHub