me2002

Members
  • Content count

    3
  • Joined

  • Last visited

About me2002

  • Rank
    Forum Newbie
  1. Problem with project built with react js

    this code is ok but when the project build goes to the host, it gets an error. Can you try?
  2. Problem with project built with react js

    I get chart data from the api, most of them are line chart import FusionCharts from "fusioncharts"; import Charts from "fusioncharts/fusioncharts.charts"; import FusionTheme from "fusioncharts/themes/fusioncharts.theme.candy"; import ReactFC from "react-fusioncharts"; ReactFC.fcRoot(FusionCharts, Charts, FusionTheme); "fusioncharts": "^3.17.0", "react-fusioncharts": "^3.1.2",
  3. Hello. When the project runs locally, all the charts work properly but when I build the project and run it on the hosts, I get errors on the pages that use this charts. Error messages : 1 - net::ERR_CONTENT_DECODING_FAILED 200 2 - ChunkLoadError: Loading chunk 6 failed. I'm using React js.