'React' refers to a UMD global, but the current file is a module. Consider addin

87 阅读1分钟

处理方式

1 tsconfig.json 推荐

"compilerOptions": {
    // "jsx": "react",
      "jsx": "react-jsx",

2 import React from "react";