For 5.2.4, the ability to choose which field the results use for displaying (I.E. title or caption) if not filled out will result in a JavaScript Error notification.
you can reproduce this by going to TiddlyWiki.com, adding a caption field to “A Gentle Guide to TiddlyWiki” with the value of ‘banana’ (just what I used out of impulse, you can choose anything.) and then using the list-links macro as such:
<<list-links '[tag[HelloThere]]' field:>>
The resulting JavaScript error
(Uncaught TypeError: Cannot read properties of undefined (reading ‘insertBefore’))
stops once you complete the macro, such as:
<<list-links '[tag[HelloThere]]' field:'title'>>
But I found it a bit concerning that while in the process of creating the macro, it will trigger an error, and was worth bringing attention to.