dabeng / react-orgchart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
131 stars 112 forks source link

Manifest: Line: 1, column: 1, Syntax error. #71

Open coursewarefactory opened 1 year ago

coursewarefactory commented 1 year ago

This error happened at once in the browser console after the command npm run start

lidongyangLeo commented 10 months ago

@coursewarefactory
I has same problem. I don't know why the PUBLIC_URL is doesn't work. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> So I add .env file can fix it.

PUBLIC_URL=http://localhost:3000