Open dimasyudhatech opened 1 year ago
@dimasyudhatech As it is described in error you are using some HTML reserved chars which is causing this error.
For example, you do have ">" in your code; in HTML tags, we better use symbols instead. So better to replace ">" with >
More information: https://www.w3schools.com/html/html_entities.asp
Thank you for the respond @dotamir. I'll try your suggestion and report to you the result.
Thank you for the respond @dotamir. I'll try your suggestion and report to you the result.
How's the result?
Hi, first of all, this script/tool is awesome. I really appreciate what you've done. Unfortunately, I faced some issues as described below
So any idea what some files can't be converted to ".jsx"? Thanks a million :)