In solidoc\helpers\documentation-helper.js: contents has no function split()
Opened this issue · 1 comments
jwasys commented
The structure of contents changed, now the contents are in contents['text'] instead of contents
difff:
--- contents = contents['text'] || "";
+++ if (contents == undefined)
+++ contents = "";
+++ else
+++ contents = contents['text'] || "";
binpmxstn commented
We have fixed the issue here. You can use solidoc2
.