react 报错:'React' must be in scope when using JSX react/react-in-jsx-scope
时间:2021-08-09 23:25:21
收藏:0
阅读:33
react 报错:‘React‘ must be in scope when using JSX react/react-in-jsx-scope
解决:
import React, {Component} from ‘react‘;
R大写
原文:https://www.cnblogs.com/xulei1992/p/15120864.html
评论(0)