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
The headerLevel.js module throws:
.../node_modules/blue-button-generate/lib/headerLevel.js:24
return input.substring(0, 1);
^
TypeError: undefined is not a function
as well as on line 36.
I was able to generate the XML version by changing "input" to "input.code" on each of these lines: 24, and 36. Is this accurate? It worked.