Hard to give a clear answer but it could be due to entry or the array where entry is contained does not exist.
Can you provide a bit more context? Which packages do you have installed and can you please add at least the Template html and js code, reduced to the parts that are relared to the issue?
The data of entry exists and is retrieved in the template. Here is some of the context:
work is an cursor object containirg a field call Entries. Entries is an array of ids. Each id is stored in entryid.
The function id(entryid) finds the corresponding object and stores it in the entry cursor object.
The entry cursor object is called on the Text field, and is logged:
-once inside the markdown spacebar
-once outside
helpers.js:20 outside_markdown Aleph is a monumental installation that happened once in Paris, under the beautiful dome of Palais Malaquais before its renovation.
helpers.js:17 inside_markdown
As you can see, the data doesnt appear on the inside_markdown label i’ve put to identify the problem, but is correctly displayed outside.