resume-cli icon indicating copy to clipboard operation
resume-cli copied to clipboard

fix: renderHtml not a function bug

Open deduced opened this issue 3 years ago • 1 comments

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.

deduced avatar May 23 '21 18:05 deduced

Can we get this approved!!! Been having this issue

howdy10 avatar May 23 '21 20:05 howdy10

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.

SethFalco avatar Dec 04 '23 22:12 SethFalco