You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That doesn't produce errors, the label is correct but the id of p is id_ and it contains the id and the text. The expected behavior would be to generate a p id="id_some_complicated_mongo_id" no ?
The text was updated successfully, but these errors were encountered:
{{#each lasts}}
label(for='id_{{id}}') {{pseudo}}
p#id{{_id}} {{text}}
{{/each}}
That doesn't produce errors, the label is correct but the id of p is id_ and it contains the id and the text. The expected behavior would be to generate a p id="id_some_complicated_mongo_id" no ?
The text was updated successfully, but these errors were encountered: