以下是我看到的错误:Warning: Stateless function components cannot be given refs.Attempts to access this ref will fail.
in WithStyles(Card) (at Todo.js:112)Invariant f
我有我简单的crud反应钩子应用程序与asp.net核心webapi。课程组件显示列表,但当单击链接编辑特定课程时,表单显示为空字段。课程组件jsx如下所示:import {connect} from 'react-redux';,我想使用相同的CourseForm.jsx组件来创建和编辑record.when,我单击了CourseList<e