resume-cli
resume-cli copied to clipboard
fix: renderHtml not a function bug
When trying to run resume serve -t <theme>
with any locally installed theme, the serve command fails with this error:
TypeError: renderHtml is not a function
...
Could not run the render function from local theme.
Fix is simple and adds .default
to renderHtml
import.
Can we get this approved!!! Been having this issue
Hey! Thanks for opening the pull request.
This was already addressed in:
- https://github.com/jsonresume/resume-cli/pull/537/files#diff-25e8b8b0b0285b45fdda6f92b3d49b6775230f3468905dc50386e7949c50a2f7R6
It just wasn't merged and released yet, but it was released in v3.0.5. Closing this as resolved.