cra-to-vite icon indicating copy to clipboard operation
cra-to-vite copied to clipboard

Some files can't be converted to ".jsx"

Open dimasyudhatech opened this issue 1 year ago • 3 comments

Hi, first of all, this script/tool is awesome. I really appreciate what you've done. Unfortunately, I faced some issues as described below

Screenshot from 2023-03-12 16-56-52

So any idea what some files can't be converted to ".jsx"? Thanks a million :)

dimasyudhatech avatar Mar 12 '23 10:03 dimasyudhatech

@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

dotamir avatar Jun 11 '23 07:06 dotamir

Thank you for the respond @dotamir. I'll try your suggestion and report to you the result.

dimasyudhatech avatar Jun 12 '23 06:06 dimasyudhatech

Thank you for the respond @dotamir. I'll try your suggestion and report to you the result.

How's the result?

madyanes avatar Sep 01 '23 17:09 madyanes