出现这个问题的原因:let是EcmaScript 6 里面才有的关键字,以往的版本没有,所以要改一下webstorm的javascript版本,方法如下:

File->Setting->Languages & Frameworks,然后选择React JSX,点击Apply,问题解决。

解决let definenation are not supported by current JavaScript version解决let definenation are not supported by current JavaScript version

相关文章:

  • 2021-06-20
  • 2021-04-24
  • 2022-12-23
  • 2021-11-14
  • 2021-09-28
  • 2021-07-28
  • 2021-10-03
  • 2021-06-14
猜你喜欢
  • 2021-07-22
  • 2021-11-26
  • 2021-07-24
  • 2022-12-23
  • 2021-12-13
  • 2021-04-11
  • 2021-12-21
相关资源
相似解决方案