React16错误刚刚弹出,我不知道为什么

时间:2018-12-21 23:29:41

标签: reactjs

G'day。我有一些我的代码为yonks工作。我移动了它所在的目录,没有其他任何东西,并且在render()返回上出现了一个奇怪的错误。

namespace Rainy.OpenWeatherMapAPI.WeatherForecastData
{
    class FiveDayForecastDTO : IWeather
    {
        public APIType GetAPIType()
        {
            return APIType.FiveDayForecast;
        }
    }
}

这是代码。我已经有一段时间没动太多了(我记得)。

ERROR in /disk/dev/www/smartForm/smartForm.js
Module build failed: SyntaxError: Unexpected token (244:16)

  242 |         }
  243 |         
> 244 |         return( <div>
      |                 ^
  245 |                     {formOut}
  246 |                 </div>
  247 |         );

让我感到难过。干杯!

0 个答案:

没有答案