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
dom_1.$ is not a function
at applyMarkdownModifications (/opt/facilmap/utils/dist/format.js:61:11)
at markdownBlock (/opt/facilmap/utils/dist/format.js:35:5)
at Object.formatField (/opt/facilmap/utils/dist/format.js:21:20)
at eval (eval at compile (/opt/facilmap/node_modules/ejs/lib/ejs.js:662:12), :142:22)
at anonymous (/opt/facilmap/node_modules/ejs/lib/ejs.js:692:17)
at Object.exports.render (/opt/facilmap/node_modules/ejs/lib/ejs.js:423:37)
at /opt/facilmap/server/dist/export/table.js:65:30
at async /opt/facilmap/server/dist/webserver.js:93:35
The text was updated successfully, but these errors were encountered:
When exporting my facilmap as Table I get the following error page:
TypeError: ejs:54
52| for(let field of type.fields) {
53| if(!hide.includes(field.name)) {
dom_1.$ is not a function
at applyMarkdownModifications (/opt/facilmap/utils/dist/format.js:61:11)
at markdownBlock (/opt/facilmap/utils/dist/format.js:35:5)
at Object.formatField (/opt/facilmap/utils/dist/format.js:21:20)
at eval (eval at compile (/opt/facilmap/node_modules/ejs/lib/ejs.js:662:12), :142:22)
at anonymous (/opt/facilmap/node_modules/ejs/lib/ejs.js:692:17)
at Object.exports.render (/opt/facilmap/node_modules/ejs/lib/ejs.js:423:37)
at /opt/facilmap/server/dist/export/table.js:65:30
at async /opt/facilmap/server/dist/webserver.js:93:35
The text was updated successfully, but these errors were encountered: