safak/youtube2022

i got the error in admin pannel in Datatable.jsx file.

techysiddhant opened this issue · 2 comments

Failed prop type: The prop rows is marked as required in ForwardRef(DataGrid), but its value is undefined.
image

The Code
image

const [list,setList] = useState();
use this
const [list,setList] = useState([]);